*** This is my practice website to learn and practice HTML, using Microsoft Step By Step book, by Faithe Wempen. ***
Transitional HTML 4.01
Transitional XHTML 1.0
Paragraph tag: <p> </p> (two-sided tag)
Line break tag: <br /> (one-sided tag)
Horizontal line: <hr />
Surround the area with a <div></div> tag.
Add an id to name the division:
<div id="main">
Define the arguments in the tag:
<div id="topnav" style="width: 150px; float: left"> </div>
Use a style sheet to define arguments:
#main {position: absolute; top: 100px; left: 200px}
| & | & |
| < | < |
| > | > |
| (space) | |
| ¢ | ¢ |
| £ | £ |
| ¥ | ¥ |
| © | © |
| ® | ® |
| ° | ° |
| ± | ± |
| † | † |
| ™ | ™ |