DOM Objects
DOM Anchor
DOM Applet
DOM Area
DOM Base
DOM Basefont
DOM Body
DOM Button
DOM Checkbox
DOM Document
DOM Event
DOM FileUpload
DOM Form
DOM Frame
DOM Frameset
DOM Hidden
DOM History
DOM Iframe
DOM Image
DOM Link
DOM Location
DOM Meta
DOM Navigator
DOM Option
DOM Password
DOM Radio
DOM Reset
DOM Screen
DOM Select
DOM Style
DOM Submit
DOM Table
DOM TableData
DOM TableHeader
DOM TableRow
DOM Text
DOM Textarea
DOM Window

Meta Object

The Meta object represents an HTML meta element. 

The Meta object's properties are described below:

N: Netscape (including Mozilla when N6 or higher), IE: Internet Explorer, W3C: World Wide Web Consortium (Internet Standard)

Properties

Syntax: object.property_name

Property Description N IE W3C
charset Sets or returns the character set used to encode the meta object 6 5 No
content Sets or returns meta-information associated with httpEquiv or name 6 5 Yes
disabled Sets or returns whether or not the meta object should be disabled   5 No
httpEquiv Sets or returns information used to bind the content of the meta element to an HTTP response header 6 5 Yes
name Sets or returns the value of the content attribute of the meta object 6 5 Yes
scheme Sets or returns the scheme to be used in interpreting the value of a property for the meta object 6 6 Yes