Anchor <A>
The Anchor tag <A> creates a link.
The anchor tag also lets you create an email link.
Email Link
<A href="mailto:XXX">
Image Tag <IMG>
You can add photos or graphics to your page with the Image tag.
Lists <ol>, <ul>, <li>
Use the list tags to make ordered (numbered) and unordered (bulleted) lists.
Horizontal Rule <hr>
The horizontal rule inserts a rule.
Line Break <br>
Paragraph <p>
Heading Tag <H1-6>
The headline tag tells the browser to display the enclosed text as a heading. There are 6 sizes of headlines, from 1 (the largest) to 6 (the smallest).
Align Attribute
align=center/right
You can align paragraphs and headings by adding the align attribute to the tag.
Bold <B>
Italic <I>
The bold and italic tags format text to be bold or italic in display style.
Font <font face="XX" color="XX" size=XX>
The font tag changes the display face, color, and size of the text. In the future, the font tag will be phased on in favor of style sheets.
COLOR CHART