FONT TAGS

[Header][Font Size][Default Font Size][Physical Style][Logical Style]
[Other Styles][Combination of Size & Style][Font Color ][Font Face]

Header

<h1>Today is fine!</h1> Today is fine!

<h2>Today is fine!</h2> Today is fine!

<h3>Today is fine!</h3> Today is fine!

<h4>Today is fine!</h4> Today is fine!

<h5>Today is fine!</h5> Today is fine!
<h6>Today is fine!</h6> Today is fine!



<hn>---</hn> tag makes fonts bold.
<hn>---</hn> tag inserts a blank line
without <p> tag.
So it can't include different font sizes in one line.
And <p> tag doesn't work at <hn>---</hn><p>.

Font Size

<font size=7>Today is fine!</font> Today is fine!

<font size=6>Today is fine!</font> Today is fine!

<font size=5>Today is fine!</font> Today is fine!

<font size=4>Today is fine!</font> Today is fine!

<font size=3>Today is fine!</font> Today is fine!

<font size=2>Today is fine!</font> Today is fine!

<font size=1>Today is fine!</font> Today is fine!





Default font size


Physical Style

<b>Today is fine!</b> Today is fine!

<i>Today is fine!</i> Today is fine!

<u>Today is fine!</u> Today is fine!

<tt>Today is fine!</tt> Today is fine!


Logical Style

<em>Today is fine!</em> Today is fine!

<strong>Today is fine!</strong> Today is fine!

<code>Today is fine!</code> Today is fine!

<samp>Today is fine!</samp> Today is fine!

<kbd>Today is fine!</kbd> Today is fine!

<var>Today is fine!</var> Today is fine!

<dfn>Today is fine!</dfn> Today is fine!

<cite>Today is fine!</cite> Today is fine!

<small>Today is fine!</small> Today is fine!

<big>Today is fine!</big> Today is fine!







Other Styles

<sup>Today is fine!</sup> Today is fine!

<sub>Today is fine!</sub> Today is fine!

<s>Today is fine!</s> Today is fine!







Size & Style Tags Combination

Exsample of the combination of different tags:
<i>
    <font size=5>
        <b>Today</b>  is 
        <font size=6> fine!</font>
    </font>
</i>
Today is fine!

Font Color

Color Specified <font color=#> ... </font>

#=rrggbb Hex Number, or Name:

Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua



<font color=#008040>Green</font> &
<font color=green>Green</font>
Green & Green

Font Face

<font face="NAME"> ... </font>
NAME=available font on the client side


Now, this tag is working on Microsoft Internet Explorer.



[Page][Font][Text Style ][Image][Table][Form][Applet][Frames]
[Marquee][Image Map][Javascript][Entities][Tag Index]