Definition List Example

<DL> <DT>HTML <DD>This tag marks a text file as an HTML document. <DT>HEAD <DD>This tag encloses the heading for the HTML document. <DT>BODY <DD>This tag displays the body for the HTML document. <DT>DL <DD>This tag displays a definition list in the HTML document. <DT>DT <DD>This tag displays a term in a definition list. <DT>DD <DD>This tag displays a definition description. </DL>
HTML
This tag marks a text file as an HTML document.
HEAD
This tag encloses the heading for the HTML document.
BODY
This tag displays the body for the HTML document.
DL
This tag displays a definition list in the HTML document.
DT
This tag displays a term in a definition list.
DD
This tag displays a definition description.

Ordered List Example

<P>The following steps outline how to create HTML files:</P> <OL START="3" TYPE="I"> <LI> Use a text editor such as Netscape Composer to create your HTML file. <LI> Put the HTML files on a web server. <LI> Test the files by viewing them in a web browser. </OL>

The following steps outline how to create HTML files:

  1. Use a text editor such as Netscape Composer to create your HTML file.
  2. Put the HTML files on a web server.
  3. Test the files by viewing them in a web browser.

Unordered List Example

<P>Netscape Composer offers the following benefits</P> <UL TYPE=SQUARE> <LI>Edit web pages directly in Navigator <LI>Easy options for setting background and link colors <LI>As easy to use as any text editor <LI>No need to learn HTML </UL>

Netscape Composer offers the following benefits