by Kenneth Tibbetts
A div is a block level element that can contain any number of any sort of element. (<div>)
A paragraph element.
(<p>)
Paragraphs, like headings and other blocks,
contain
text nodes, line breaks,
and inline elements
A blockquote element. (<blockquote>)An address is a block level element. (<address>)
In use, this should be
a long quote or citation,
though it can contain most of the other elements.
A pre element is block level and can contain inline content, but it is best to use it for displaying wh it e- spa ce and line break preserved text. (<pre>)
Ordered list (<ol>)
Unordered list (<ul>):
Definition List (<dl>)
These elements contain text nodes
An em element in a paragraph. (<em>)
A strong element in a paragraph. (<strong>)
A wordsub element in a paragraph. (<sub>)
A wordsup element in a paragraph. (<sup>)
An abbr element (eg, USA) in a paragraph. (<abbr>)
An acronym element (eg, NATO) in a paragraph. (<acronym>)
A kbd element in a paragraph. (<kbd>)
A samp element in a paragraph. (<samp>)
A code element in a paragraph. (<code>)
A var element in a paragraph. (<var>)
A quote
element in a paragraph. (<q>)
(There are no quotation marks in the source, or displayed by IE6.)
A hyperlink is an a element with a valid 'href' attribute (<a>)
An anchor just needs an id- (<a>)
Any element with an id can be the target of a link

An image
(<img/>)
An iframe (<iframe>)is in the cascade, but the document inside the iframe has its own css heirarchy.
The object element can be used for images, remote html,
and other media or programable data.
(<object>)
| table header cell (<th>) in (<thead>) | table header cell | table header cell |
|---|---|---|
| table footer cell(<th>)> in (<tfoot>) | table footer cell | table footer cell |
| 1. table header cell (<th>) in (<tr>) | table cell (td in tr) | table cell |
| 2. table header cell (th in tr) | table cell (td in tr) | table cell |
| 3. table header cell (th in tr) | table cell (td in tr) | table cell |
| 4. table header cell (th in tr) | mrshoo@someweb.com table cell (td in tr) | table cell |
| 5. table header cell (th in tr) | table cell (td in tr) | table cell |