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.

 

Related Posts:

  • BLOCKQUOTE ELEMENT This tag used to quote some text of the webpage. It is almost like CENTER element, text is shown in middle. The format is <BLOCKQUOTE>..............................<BLOCKQUOTE> Example: <HTML> <HEAD&g… Read More
  • HEADING ELEMENT By using this tag you can give different types of heading in your web page. From H1 to H6, there are 6 levels. By the number 1 you can easily imagine H1 is the biggest heading and H6 is the smallest. The format of this tag i… Read More
  • MARGIN ATTRIBUTELike any other document we can select TOP, BOTTOM, LEFT, RIGHT Margin for HTML document Here is an example  <HTML><HEAD><TITLE> Example of Margin Attribute </TITLE></HEAD><Body backgro… Read More
  • CENTER ELEMENT You can use this tag to show the text in the center of your webpage. You can also do this by using ALIGN Attributes. i.e. <P ALIGN=CENTER>. Use this tage before and after the text you want to show in center.  Tag … Read More
  • Learning Web page Development with HTML HTML means Hyper Text Markup Language. In general  we can write documents with MS word or word pad or note pad but they are not suitable for sending or publishing in web. So we need a mark up language. It is not like … Read More

0 comments:

Post a Comment