Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLFontElement

Эта статья нуждается в техническом обзоре. Как вы можете помочь.

Эта статья нуждается в редакционном обзоре. Как вы можете помочь.

Наши волонтёры ещё не перевели данную статью на Русский. Присоединяйтесь к нам и помогите закончить эту работу!

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

Implements the document object model (DOM) representation of the font element. The HTML Font Element <font> defines the font size, font face and color of text.

Property

Inheritance Hierarchy for DOM :: HTMLFontElement:
Node
     |
     + --- Element
                   |
                   + --- HTMLElement
                                       |
                                       + --- HTMLFontElement
 

Type: Object

Reference to the constructor of the interface object.

Represented Tags

<font>

Methods

      No specific method; inherits methods from its parent, HTMLElement.

Method Summary
string getColor( )                     
string getFace( )
string getSize( )
void setColor(  const DOMString & )
void setColor(  const DOMString & )
void setColor(  const DOMString & )

 

Specifications

The <font> tag is not supported in HTML5.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support ? 22.0 (22.0) ? ? ?
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support ? 22.0 (22.0) ? ? ?

 

Метки документа и участники

 Внесли вклад в эту страницу: baroncharlus, rahuldecoded
 Обновлялась последний раз: baroncharlus,