Heading 1 |
<h1>Heading 1</h1> |
Heading 2 |
<h2>Heading 2</h2> |
Heading 3 |
<h3>Heading 3</h3> |
Heading 4 |
<h4>Heading 4</h4> |
Heading 5 |
<h5>Heading 5</h5> |
Heading 6 |
<h6>Heading 6</h6> |
| No Heading at all | <p>No Heading at all </p> |
| Font size 1 Font size 2 Font size 3 Font size 4 Font size 5 Font size 6 Font size 7 | |
|
<font size=1 >Font size 1</font> <font size=2 >Font size 2</font> <font size=3 >Font size 3</font> <font size=4 >Font size 4</font> <font size=5 >Font size 5</font> <font size=6 >Font size 6</font> <font size=7 >Font size 7</font> |
|
| The standard default Font size is FONT SIZE 3. | |
|
bold text italic text bigger font size smaller font size emphasis stronger emphasis teletype font style subscript supscript |
<b> bold text </b> <i> italic text </i> <big> bigger </big> font size <small> smaller</small> font size <em> emphasis </em> <strong> stronger</strong> emphasis <tt> teletype </tt> font style <sub>sub</sub>script <sup>sup</sup>script |