FONT SIZE

With this tag we can increase or decrease the font size. The default size is 12. We can increase this till +7 or decrease till -7. We use (+) sign for increasing and (-) sign for decreasing. The tag format is
<FONT SIZE=0>............................................</FONT>

Example:

<HTML>
<HEAD>
 <TITLE>
Program 7
</TITLE>
</HEAD>
<BODY>
<FONT>My new Program</FONT>
<FONT SIZE=+2>My New Program</FONT>
<FONT SIZE=-2>My New Program</FONT>
</BODY>
</HTML>

You can use this tag in other way. Just use <FONT SIZE=(your desire size)>...</FONT>

Don't forget to write me if u face difficulties.

 

0 comments:

Post a Comment