Document Separators

  1. We saw 'Headers' <H1> - <H6> used in WebPage1.htm

  2. The <P> & </P> tags are use as 'Paragraph' markers to prevent all the words from running together.

  3. You can use the <HR> to place 'Horizontal Rules'

  4. To cause a 'Line Break' use <BR>


Text Formatting

  1. The <strong> & </strong> tags cause text to appear BOLD.

  2. The <em> & </em> tags cause text to appear ITALIC.

  3. The <tt> & </tt> tags cause text to appear MONOSPACED.


With these simple tags, we can create simple but complete Web Documents.
Now you Try!