Name of Code |
The HTML |
Browser View |
Link |
<A HREF="http://www.yourdomain.com/">Go to our Site!</A> |
Go to our Site! |
Bold Text |
<B>Bold Text Here</B> |
Bold Text Here |
Body Tag |
<BODY>The HTML content of your webpage</BODY> |
The HTML content of your webpage
|
Center Text |
<CENTER>This will center your content</CENTER> |
This will center your content
|
Emphasis Text |
This is an <EM>Example</EM> of using emphasis text |
This is an Example of using emphasis text |
Font Choice |
<FONT FACE="Times New Roman">Example Text</FONT> |
Example Text |
Font Size |
<FONT FACE="Times New Roman" SIZE="5">Example</FONT> |
Example |
Font Colour |
<FONT FACE="Times New Roman" SIZE="+4" COLOR="#FF0000">Example</FONT> |
Example |
Horizontal Rule |
<HR WIDTH="30%" COLOR="#660000" SIZE="7"> |
|
Image |
<IMG SRC="image location" WIDTH="41" HEIGHT="41" BORDER="0" ALT="a sentence about your web site"> |
 |
Marquee
(click here for more)
|
<MARQUEE bgcolor="#000066" loop="-1" scrollamount="2" width="100%">Example Marquee</MARQUEE> |
|
List |
<MENU>
<LI type="circle">Text
<LI type="disc">Text
<LI type="square">Text
</MENU> |
|
Title |
<TITLE>Title of your web page</TITLE> |
Will be viewable in the title bar. |
Underline |
<U>Example</U> |
Example |