Select Language:

FONT

about FONT :
  • font element specifies the font face, font size, and font color of text.
  • Use CSS to define the font face, font size, and font color of text.

FONT attrib :


  1. class :Specifies a classname for an element
  2. dir : Specifies the text direction for the content in an element
  3. id : Specifies a unique id for an element
  4. lang : Specifies a language code for the content in an element
  5. style : Specifies an inline style for an element
  6. title : Specifies extra information about an element
  7. size : Specifies the size of text
  8. face : Specifies the font of text
  9. color : Specifies the color of text

FONT example :

<font size="3" color="red">Your some text Here!</font>
<font size="2" color="blue">Your some text Here!</font>
<font face="verdana" color="green">Your some text Here!</font>



origin by : w3schools.com

0 comments: