The Header Tags

ken's picture

Opening tag : <H1>,<H2>,<H3>,<H4>,<H5>,<H6>
Closing tag: </H1>,</H2>,</H3>,</H4>,</H5>,</H6>

Purpose:
The header tags are used to define different types of header within a document. There are 6 different styles of header, numbered from 1 to 6.

Attributes:
Align=alignment
- Specifies where to align the text, choices are LEFT, CENTER or RIGHT.

Event=Javascript
- Allows some javascript to be associated to an event occurring on the header.

id=name
- Headers can also have ID's so that they can be referenced elsewhere.

Example:

<H1>Web Guru Guide</H1>

Related Tags:

<B></B> - Bold Tag.
<Basefont></Basefont> - Basefont Tag.
<Big></Big> - Big Tag.
<Blink></Blink> - Blink Tag.
<Blockquote></Blockquote> - Blockquote Tag.
<BR> - Break Tag.
<Center></Center> - Center Tag.
<Cite></Cite> - Cite Tag.
<Code></Code> - Code Tag.
<EM></EM> - Emphasis Tag.
<FONT></FONT> - Font Tag.

Back to:
Alphabetical Guide
Guide By Type