Section Divisions

These are the tags used to divide your page up into sections. Effective use of these tags will mean that the page has a good structure and layout, making it more user friendly and easier to read.

Division - <div> </div>
Division ...
Paragraph - <p> </p>
...
Line Break - <br>
...
Horizontal Rule - <hr>
Also referred to as the HTML line separator tag, hr creates a horizontal line commonly used to visually separate sections on a page. It has the following attributes:
width="??%" - The line will occupy a fixed width or percentage of the default 100% width.
color="#??????" - Colour ...
noshade - Prevent the 3D 'etched' look and create a solid colour line.
No Breaks - <nobr> </nobr>
... (**)

Under Construction - check out the old version here.