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

Basefont Object

The Basefont object represents an HTML basefont element.

For each instance of an HTML <basefont> tag in a document, a Basefont object is created.

The Basefont 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
color Sets or returns the font color to be used 6 5 Yes
face Sets or returns the font face to be used 6 5 Yes
id Sets or returns the id of the basefont object (In IE 4 this property is read-only)   4 No
size Sets or returns the font size to be used 6 5 Yes