 
 
 
 
 
   
Head Elements
<head>
<title> tag
</head>
Body Elements
<body>
<h1>, <h2>, <h3>, etc.
<a href= "http://www.cs.cf.ac.uk²>Link text</a>
<p>
<br>
<hr>
<address>|
<blockquote>
Within a body text may be organised in variety of ways:
Lists
<ul> with <li> (list item)
<ol> with <li>
<dl> with <dt> and <dd>
<menu> with <li>|
<dir> with <li>|
Preformatted text
<pre>
Character formatting (physical)
<b>
<i>
<u>
<tt>
Character formatting (logical)
<strong>
<var>
<cite>
Graphics
<img src=³image.gif²>
<img src=³image.gif² alt=³Image GIF²>
Entities
&``
>``
 
 
 
 
