HTML CSS Reference/HTML Attributes Reference/face

Материал из Web эксперт
Версия от 08:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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>