HTML
|
| This Code | Makes This |
This is a really <BIG>big</BIG> idea! |
This is a really big idea! |
<BIG>STYLE tag or in a style sheet file):
.bigletters
{
font-size:400%;
}
and then apply it with a <SPAN ...>
| This Code | Makes This |
This is a really <SPAN CLASS="bigletters">big</SPAN> idea! |
This is a really big idea! |
<SMALL>