affiliate marketing

Thursday, December 17, 2009

Font Tag( <font> ) in HTML

Font Tag( <font> ) in HTML

  • The <font> tag defines size, face, color, etc., of the text inside them.
  • It has its own closing tag </font>
  • Example: <font face="Times New Roman" size="5" color="red"> Some text to format </font>

Source code


Output


<font face="Monotype Corsiva,Times New Roman,Verdana" size="6" color="green"> How is it? </font>

How is it?