<html> head title body p h1 h2 h3 h4 h5 h6
</html>
page title
b i sup sub
bold italic superscript subscript
<br /> line break <hr /> horizontal rule (adds a line)
Semantic commands <strong> <em> <blockquote> <q> <abbr> <cite> <dfn> tells browsers its important and show in bold tells browser emphasis (italics) for longer quotes taking up a paragraph (outside <p>) Shorter quotes within <p> (IE doesnt put quotes around this) abbreviation (Prof, NASA) cite a title defining instance, i.e. word is being defined
<address> <ins> <del> <s>
authors contact info show text has been inserted show text has been deleted no longer relevant (usually strikethrough)
<ol> <li> <ul>
creates ordered (numbered) list list item unordered list
<dl> <dt> <dd>
definition list contains term to be defined contains definition
* create a second list within the first one by adding a list command before the first list ends <a href=http://www.imdb.com>IMDB</a> Links opens
<a href=http://www.imdb.com target=_blank>IMDB</a> in new window <a href=mailto:[email protected]>IMDB</a> mails to address
<h1 id=top>