1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Fonts

<BIG>

<BIG> makes the text bigger (makes sense, doesn't it?).

this code produces this
This is a really <BIG>big</BIG> idea! This is a really big idea!

<BIG> doesn't really produce text that is all that BIG. For a more pronounced BIG effect it's much better to use styles. For example, we could use this styles code (in a STYLE tag or in a style sheet file):

.bigletters
{
font-size:400%;
}

and then apply it with a <SPAN ...> tag like this:

this code produces this
This is a really <SPAN CLASS="bigletters">big</SPAN> idea! This is a really big idea!

<SMALL> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com