Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

<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!

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire