HTML CSS Reference/HTML Attributes Reference/face

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

"face" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For face</Title></head> <BODY>

a "Verdana" font family.

</BODY> </HTML>


     </source>
   
  


face is applied to

   <source lang="html4strict">

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

     </source>
   
  


"face" Syntax and Note

   <source lang="html4strict">

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>


     </source>