|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Clean HTML Code And CommentsClean Code
Your own HTML page Add the following to your HTML page ("Home.htm"): (the blue text is what to add) <html> <head><title>My Home Page</title></head> <!-- The body starts here - and a background image is loaded --> <body realsrc="bgnd.gif" background="http://www.zeronese.net/knowledge-base/admin/bgnd.gif"> <!-- This is a heading, in blue --> <center><font color="Blue"><h1>YOURNAME's Home Page</h1></font></center> <!-- This is a horizontal line --> <hr> <!-- My name and the two images are all part of a link - which is a "mailto" link --> This is the home page of <a href="mailto:YOUR EMAIL ADDRESS"><img src="bullet.gif" border=0><b>YOURNAME</b>.<img src="bullet.gif" border=0></a> <p>Type something about yourself here. Describe briefly who you are and what you do for a living. Remember to use bold and italic text, for emphasis.</p> <hr> <h2>My favourite Web Sites</h2> <br> <!-- This list is an unordered list --> <ul> <li> <a href="http://www.xencon.com">Xenon Web Design</a> </li> <li> <a href="http://www.microsoft.com">Microsoft</a> </li> <li> <a href="http://www.sybase.com">Sybase</a> </li> <li> <a href="http://www.sybase.co.za">Sybase South Africa</a> </li> </ul> </body> Comments, Questions & Reviews
Comments is currently disabled for this article! Related Articles and Readings
The information provided in this article is for general information and/or the comments is the sole responsibility of their respective authors and does not necessarily reflect the opinion of zeronese.net does not endorse any article and/or comments published by our web users unless otherwise noted. |
Categories
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

