|
<BIG><BIG>
| this code | produces 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 | produces this |
This is a really <SPAN CLASS="bigletters">big</SPAN> idea! |
This is a really big idea! |
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.