Starting codes for a WWW document

With the most basic codes, a simple HTML file can be prepared for the WWW. The same codes can be used to create a more useful document

Multiple paragraphs requires using the <p> code. Here is a more extensive document that uses the same basic codes plus the <p> code to present paragraphs of information. A title is added to the document using a header code, <h1>.

Hypertext references are a little more complicated to include in a document; however, once they are understood, they are easy to write.

Another important HTML building component is the list.

Levels of headings are available:

<h1> Heading Level 1

<h2> Heading Level 2

<h3> Heading Level 3

<h4> Heading Level 4

<h5> Heading Level 5
<h6> Heading Level 6

JPF