Client Area: editing HTML
THE PRINCIPLES
Most tags have a beginning and an end: for example <b>bold</b> makes the text between the tags bold. Notable exceptions include <br/>, which is used for line breaks. Use 2 line breaks <br/><br/>, rather than paragraphs <p> where possible.
LINKS
<a href="URL"></a>
Creates a hyperlink
<a name="NAME"></a>
Creates a target location within a document
<a href="#NAME"></a>
Links to that target location from elsewhere in the document
FORMATTING
<p></p>
Creates a new paragraph
<p align=?>
Aligns a paragraph to the left, right, or center
<br/>
Inserts a line break
<blockquote></blockquote>
Indents text from both sides
<ul></ul>
Creates a bulleted list
SPECIAL CHARACTERS
"
Quotation mark "
£
Pound sterling symbol £