Interface

HTMLMetaElement

HTMLMetaElement

Contains descriptive metadata about a document. It inherits all of the properties and methods described in the HTMLElement interface.

View Source js/lib.dom.d.ts, line 3208

Members

string

# content

Gets or sets meta-information to associate with httpEquiv or name.

View Source js/lib.dom.d.ts, line 3211

string

# httpEquiv

Gets or sets information used to bind the value of a content attribute of a meta element to an HTTP response header.

View Source js/lib.dom.d.ts, line 3216

string

# name

Sets or retrieves the value specified in the content attribute of the meta object.

View Source js/lib.dom.d.ts, line 3221

string

# scheme

Sets or retrieves a scheme to be used in interpreting the value of a property specified for the object.

View Source js/lib.dom.d.ts, line 3226