HTML - Key Elements
The HTML elements used to create simple HTML documents are very simple:
<H1> - <H6> Headings
<P> Paragraph (container)
<B>, <I> Formatting
<IMG SRC="logo.gif"> Inline images
<A HREF="intro.html"> Hypertext link
<A HREF="http://www.w3.org/">The W3C</A>