HTML DOM objects
Describe the function of the Navigator object
Contains information about the client's browser
Describe the function of the Screen object
Contains information about the client's display screen
Describe the function of the Location object
Contains information about the current URL
Describe the function of the History object
Contains the visited URLs in the browser window
Describe the function of the Window object
The top level object in the JavaScript hierarchy. The Window object represents a browser window. A Window object is created automatically with every instance of a <body> or <frameset> tag
Describe the function of the Event object
Represents the state of an event
Describe the function of the Style object
Represents an individual style statement
Describe the function of the Body object
Represents the <body> element
Describe the function of the Document object
Represents the entire HTML document and can be used to access all elements in a page
Describe the function of the Base object
Represents a <base> element
Describe the function of the Button object
Represents a <button> element
Describe the function of the Form object
Represents a <form> element
Describe the function of the Frame object
Represents a <frame> element
Describe the function of the Frameset object
Represents a <frameset> element
Describe the function of the Link object
Represents a <link> element
Describe the function of the Meta object
Represents a <meta> element
Describe the function of the Table object
Represents a <table> element
Describe the function of the TableData object
Represents a <td> element
Describe the function of the Textarea object
Represents a <textarea> element
Describe the function of the TableRow object
Represents a <tr> element
Describe the function of the Input button object
Represents a button in an HTML form
Describe the function of the Input checkbox object
Represents a checkbox in an HTML form
Describe the function of the Input file object
Represents a fileupload in an HTML form
Describe the function of the Input hidden object
Represents a hidden field in an HTML form
Describe the function of the Input password object
Represents a password field in an HTML form
Describe the function of the Input radio object
Represents a radio button in an HTML form
Describe the function of the Input reset object
Represents a reset button in an HTML form
Describe the function of the Select object
Represents a selection list in an HTML form
Describe the function of the Input submit object
Represents a submit button in an HTML form
Describe the function of the Input text object
Represents a text-input field in an HTML form
Describe the function of the Anchor object
Represents an <a> element
Describe the function of the Area object
Represents an <area> element inside an image-map
Describe the function of the Iframe object
Represents an <iframe> element
Describe the function of the Image object
Represents an <img> element
Describe the function of the Option object
Represents an <option> element
what is the Document object model (DOM)?
The DOM presents an HTML document as a tree-structure (a node tree), with elements, attributes, and text.
What are the Javascript DOM objects?
Window,Navigator,screen,history,location