1. Text Labels
<pre></pre> Create formatted text
<b></b> Create bold words
<i></i> Create Italic characters
<tt></tt> Create typewriter-style fonts
<cite></cite> Create a reference (italic)
<em></em> <strong></strong> Add a word (usually italic and bold)
<font size=?></font> Set font size from 1 to 7
<font color=?></font> Set the font color, using the first name or hexadecimal value 22, image (command)?
Add an Image
align an image; left middle right or upper lower
set the border size around an image
<HR size=?> Horizontal line size (height)
<HR width=?> Set the width of the horizontal line (percent or absolute pixel store)
<HR noshade> Create a horizontal line with no shadows
3. Connect or command
<a href= "URl" ></a> creating a hyperlink
<a href= "Mailto:email" ></a> create a link to send e-mail automatically
<a name= "Name" ></a> Create a target located inside the document
<a href= "#NAME" ></a> create a link to a target located inside the document
HTML code Notes