- 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 :
- class :Specifies a classname for an element
- dir : Specifies the text direction for the content in an element
- id : Specifies a unique id for an element
- lang : Specifies a language code for the content in an element
- style : Specifies an inline style for an element
- title : Specifies extra information about an element
- size : Specifies the size of text
- face : Specifies the font of text
- 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:
Post a Comment