<head><style type="text/css"><!-- font {font-family:Helvetica, Arial, sans-serif} --></style></head> <font size="4"> Today is fine. </font> | Today is fine. |
{font-family:serif} | Today is fine. |
{font-family:sans-serif} | Today is fine. |
{font-family:cursive} | Today is fine. |
{font-family:fantasy} | Today is fine. |
{font-family:monospace} | Today is fine. |
{font-size:28pt} | Today is fine. |
{font-size:50%} | Today is fine. |
{font-size:xx-large} | Today is fine. |
{font-size:x-large} | Today is fine. |
{font-size:large} | Today is fine. |
{font-size:middle} | Today is fine. |
{font-size:small} | Today is fine. |
{font-size:x-small} | Today is fine. |
{font-size:xx-small} | Today is fine. |
{font-size:smaller} | Today is fine. |
{font-size:larger} | Today is fine. |
{font-weight:normal} | Today is fine. |
{font-weight:bold} | Today is fine. |
Today is <font style="font-weight:bolder"> fine. </font> | Today is fine. |
<B>Today is <font style="font-weight:lighter"> fine. </font></B> | Today is fine. |
{font-weight:100} | Today is fine. |
{font-weight:200} | Today is fine. |
{font-weight:300} | Today is fine. |
{font-weight:400} | Today is fine. |
{font-weight:500} | Today is fine. |
{font-weight:600} | Today is fine. |
{font-weight:700} | Today is fine. |
{font-weight:800} | Today is fine. |
{font-weight:900} | Today is fine. |
{font-style:normal} | Today is fine. |
{font-style:italic} | Today is fine. |
{font-style:oblique} | Today is fine. |
Hello. <font style="font-style:small-caps"> Today is fine. </font> | Hello. Today is fine. |
{text-decoration:none} |
Today is fine.
|
{text-decoration:underline} |
Today is fine.
|
{text-decoration:line-through} |
Today is fine.
|
{text-decoration:overline} |
Today is fine.
|
{text-decoration:blink} |
Today is fine.
|
{text-decoration:underline; text-underline-position:above} |
Today is fine.
|
{text-transform:none} |
Today is fine.
|
{text-transform:capitalize} |
Today is fine.
|
{text-transform:uppercase} |
Today is fine.
|
{text-transform:lowercase} |
Today is fine.
|
<div style="letter-spacing:0.5em"> Today is fine. </div> |
Today is fine.
|
Internet Explorer Macintosh version 4.5 or later support word spacing.
<div style="word-spacing:10"> Today is fine. </div> |
Today is fine.
|
<head><style type="text/css"><!-- DIV {font: bold italic 18pt/24pt Arial, "Times New Roman"} --></style></head> <div> Today is fine.<br> Tomorrow will be fine.<br> And next day.... </div>
<style type="text/css"> H1.embed {font-family: Andes; font-size: 24pt} @font-face {font-family: Andes; src: url(ANDES0.eot)} </style> <H1>Today is fine.</H1> <H1 CLASS="embed">Today is fine.</H1> |
Today is fine.Today is fine. |