You have the beginnings of a page set up, the heading and body. Now all you need is something to fill your page with. Here are the basic page-filling codes that any new web-designer needs to know.
Starting Tags.....
-Heading
-Body
-Ending Tags

Basic HTML.....
-Text
-Images
-Links
-Tables
-Borders
-Backgrounds
-Fancy Decorations

.::Basic Text::.

The first tags you need to know to write anything are how to skip/start lines and add bold, italics, and underline emphasis to your paragraph.

Start a new line:

<br>

Bold Words:

<b>WORD OR PHRASE</b>

Italisised Words:

<i>WORD OR PHRASE</i>

Underlinde words:

<u>WORD OF PHRASE</u>

Now that you know the bold and etc. you need to know how to change the font, the color, and the size. There is one large tag to do all three things:

<font face=INSERT FONT NAME HERE color=COLOR OF FONT HERE size=SIZE, on a scale of 1-10, HERE>

To end the fancy text all you have to do is:

</font>

.::Image Tags::.

You can insert an image to punctuate your webpage. For example: