- face attribute specifies the font of the text inside a font element.
- the value face attribute can hold several font names as a "fallback" system. List the font that you want first, followed by any fonts that can fill in for the first, if it is unavailable. You should end the list with a generic font (serif, sans-serif, monospace, cursive or fantasy), to let the browser pick a font that is in the generic family, if no other fonts are available.
face usage :
<"element" face="value">
face value :
- font_family : The font of the text. To specify a prioritized list of several fonts, separate the names with a comma (like this <font face="verdana,arial,sans-serif">
example:
| <font face="verdana">Your some text here!</font> |
origin by : w3schools.com


0 comments:
Post a Comment