HTML Code
<b>
bold
<strong>
bold and read-as-bold
<cite>
citation
<!---->
comment
<map id=""><area shape="" coords="x,y , x,y" href=""/>
create image map, include one element that defines clickable shape, coordinates, and hyperlink reference
<dfn>
definition
<a href="mailto:[email protected]?cc:[email protected]&bcc:[email protected]&Subject=Hi there">
email link to, cc, bcc to [email protected], subject of "hi there"
<caption>
give a table a title
<a name=""/>
give an identity to a section of page, such as to make a target for page jump
<hr/>
horizontal rule
<img src="" align="" width="" height="" alt="" title="" usemap=""/>
insert an image of width height , message to show if pic does not load, tooltip on hover, and make part of image clickable
<code><tt><samp>
insert code, teletype font, sample text
<pre>
insert text with all spaces, tabs, returns as they are
<ins>
inserted text, underlined
<i>
italic
<em>
italic and read-as-italic
<h1>
largest header
<blockquote>
used for large, important quotes
<q>
used for quotations
<address>
writes an address
<var>
a math variable
<abbr title="">
abbreviation with tooltip
<acronym title="">
acronym with tooltip
<br/>
line break
<a>
link
<a href="http://www.website.com/#jump">
link to http://website.com/ that jumps down to page element <a name="#jump"/>
<a href="">
link with hyperlink reference
<bdo dir="rtl">
make text write in reverse
<table border="" cellpadding="" cellspacing="" frame="">
makes a table with border, cell padding, cell spacing, and a frame
<p style="">
makes one paragraph with styling
<sub>
makes subscript
<sup>
makes superscript
<big>
makes text big
<small>
makes text small
<p>
paragraph
<h6>
smallest header
<del>
strikethrough
<td colspan="">
table column, span multiple tiles
<tr rowspan="">
table row, span multiple tiles
<a href="" target="_">
takes you to the top of the page