| Basics | Headings | Formatting | Font Tags | Font Styles | Lines | Links | Lists | Images | Tables | SSI | Frames | Glossary |

Headings


Header Tags
Headers are usually used for headings. They range in size from 1-6, with one being largest and 6 being smallest. The header tag automatically issues an invisible paragraph tag. Therefore, you can not have two different header sizes on one line.

          <h#> TEXT </h#> where # is a number (1-6)

HTML Code

What it looks like

<h1> Welcome </h1>

Welcome

<h2> Welcome </h2>

Welcome

<h3> Welcome </h3>

Welcome

<h4> Welcome </h4>

Welcome

<h5> Welcome </h5>
Welcome
<h6> Welcome </h6>
Welcome

| Basics | Headings | Formatting | Font Tags | Font Styles | Lines | Links | Lists | Images | Tables | SSI | Frames | Glossary |

last modified January 12, 2000 32549