HTML CSS Reference/HTML Attributes Reference/face

Материал из Web эксперт
Перейти к: навигация, поиск

"face" Example

    
<HTML>
<head><Title>Example For face</Title></head>
<BODY>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
   a "Verdana" font family.
   </font>
</p>
</BODY>
</HTML>



face is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<basefont>                      <font>                        |
+----------------+--------------------------------------------------------------+



"face" Syntax and Note

Note:
    
This attribute sets the typeface (font face).
Its value is a comma-separated list of fonts. 
The fonts in the list are used in their order of appearance.
    
Syntax:
    
<element face="value"> . . . </element>