A Glossary of Tags


DescriptionHTML CodeResult on web page
align to the centre <p align ="center"> Centre </p>

Centre

align to the left <p align ="left"> Left </p>

Left

align to the right <p align ="right"> Right </p>

Right

Bold <b>Bold text</b> Bold text
Italic <i>italic text</i> italic text
Line Break </br>
Font Colour <font color="red">red </font> red
Font Face <font face=verdana>verdana </font> verdana
Heading 1 <h1>heading 1</h1>

heading 1

Heading 2 <h2>heading 1</h1>

heading 2

Heading 3 <h3>heading 3</h3>

heading 3

Heading 4 <h4>heading 4</h4>

heading 4

Heading 5 <h5>heading 5</h5>
heading 5
Horizontal rule </hr>
Paragraph </p> Paragraph </p>

Vertical rule </vr>