From: Subject: HTML Primer - 1 Date: Thu, 15 Nov 2007 17:00:47 -0500 MIME-Version: 1.0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Content-Location: http://168.30.200.227/src/html/intro1.html X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 HTML Primer - 1

This is an h1 header

This is an h2 header

This is an h3 header

This is an h4 header

This is an h5 header
This is an h6 header

<p> begins a paragraph. <br> adds a line-break.
This = text is=20 shown in the regular font.
This text is in bold.
This = text is in=20 italic.
This text is italic and bold.
This = text is=20 shown in a type-writer font.

<ul> starts an unordered list.=20


<ol> defines an = ordered=20 list.=20
  1. By default, numbers are used to mark the items.=20
  2. We can have lists within lists.=20
    1. We can change to letters as well ...=20
    2. The end tag </ol> closes the "nearest" list tag. =
  3. This is another item in the "outer" list.

<hr> draws a horizontal line.=20


<hr width=3D"50%"> draws a horizontal line that takes up 50% of = the page=20 width.=20