HTML Coding
This page shows you the HTML codes
that you insert in a text document to format it for display as a Web Page.
You
can either code the page layout yourself using HTML, or you can use a program
like the Netscape Editor to do it for you. If you use Netscape Editor,
you can still examine and modify the HTML coding
that is generated for the Web Page by choosing Edit
Document Source from the View
Menu. If you want to learn how
to use the Netscape Editor to format a document, click
here to go to my Web Page on Paragraph Layouts.

Basic HTML
Most HTML codes
are written in pairs. Between the pair of code markers is the text
that is to be formatted. Here is a list of some formatting codes.
| To draw a horizontal
ruled line
To go to a new line To Underline Text To Bold Text To Italicize Text To set the Font Size for a heading |
<HR>
<BR> <U> and </U> <B> and </B> <I> and </ I > From <H1> and </H1> up to <H6> and </H6> |

| HTML Documents
and Paragraphs
The entire Web Page document is enclosed within <HTML> and </HTML> Inside the <HTML> marks there are two sections:
![]() A regular paragraph
is enclosed within <P> and </P>
![]() A centered paragraph
![]() A numbered list
![]() A bulleted list
![]() An indented section
|