HTML Basics

[Return to HTML Index]

<HTML>

<HEAD>
<TITLE>
What you put here is what appears at the top of the browser window (in the blue section) AND it is what the page is called when you add a bookmark for it
</TITLE>
</HEAD>

<BODY>

<P> There are two features used in the body of your HTML.  The <P> and the <BR>.   The <P> is a paragraph break and puts an extra line between paragraphs.  The <BR> is a line break.  The <BR> does not have a closing (</BR>). </P>

<P> If you wanted to type a poem, you could put: </P>

Roses are red, <br>
Violets are blue, <br>
Sugar is sweet, <br>
and so are you.  <br>
</BODY>

</HTML>


COMMENTS (in other words, documentation) for your HTML.  Use:

<COMMENT><!-- put your remarks here --></COMMENT>

Start NOW to document your pages so that when you go back to them, those tricky items like tables within tables within tables won't come back to haunt you!  Anything between <COMMENT> AND </COMMENT> will not show up on your page.  You will only see it if you view the source for the page.

[CF]     [CBA2]     [PBA]      [CPB]     [SEND E-MAIL]    [Return to HTML Index]       [RETURN TO MS GUNN'S SCHOOL PAGE]

Designed, programmed, edited and copyrighted by Ms Gunn � 1998