HEADING Tags
The <h?></h?> tags change your text size and emphasizes the
text content for the search engines.
|
Syntax
<H1>
text-for-heading
</H1>
|
| <h1></h1> |
make my own web page |
| <h2></h2> |
make my own web page |
| <h3></h3> |
make my own web page |
| <h4></h4> |
make my own web site |
| <h5></h5> |
make my own web site |
| <h1></h1> |
make my own web site |
|
Modifiers
- ALIGN=direction
- The direction helps indicate
where you want your text to line up. The direction can
be left, right or center.
- SRC="URL"
- The URL is the filename of a graphics
image to put in front of the text.
- NOWRAP
- Prevents the browser from arbitrarily breaking
long headings automatically. Use the <br> tag
yourself.
- CLEAR=clear
- Allow you to position a heading after
a graphic. Clear can be left, right or
all.
- DINGBAT="entity-name
- Allows you to use special
codes.
|