Design Your Own Webpage
An introduction to Microsoft Front Page, Basic HTML and Web Design
2006
St. Petersburg College – Seminole Campus
Saturday 1:00 – 5:00
Instructor: Karen Mitchell Tremmel MyStudio@Yahoo.com
Basic
HTML Tags Descriptions:
<html> Defines an HTML document
<body> Defines the document's body
<h1> to <h6> Defines header 1 to header 6
<p> Defines a paragraph
<br> Inserts a single line break
<hr> Defines a horizontal rule
<b> Defines bold text
<big> Defines big text
<em> Defines emphasized text
<i> Defines italic text
<small> Defines small text
<strong> Defines strong text
<p> Defines a paragraph
<!--> Defines a comment
Basic HTML Page
<HTML>
<TITLE> My First Web Page</TITLE>
<B>This is my first HTML page!</B><P>
I can write in <I>Italic</I> or <B>Bold</B>
<BR>
<HR>
<B><I>Or I can write in both</I></B><BR>
<HR>
</HTML>
To save as HTML, select File > Save as Web Page. ( .HTML )