Spacing
Since HTML does
not recognize spacing you have to tell it when to start a new line and when
to leave space between lines. To do this you can use the following:
<p> Paragraph
breaks
<br> Line
breaks
When using HTML
editors leave Microsoft Frontpage or Macromedia Dreamweaver, you have to hit
Shift + Enter to get a line break, by just pressing Enter you get a paragraph
break.