| Object |
Description |
| Document |
Represents the entire HTML document and can be used to access all elements on the page. |
| Anchor |
Represents <A> Elements |
| Area |
Represents the <area> element in the image ing. |
| Base |
Represents the <base> element |
| Body |
Represents the <body> element |
| Button |
Represents the <button> element |
| Event |
Indicates the status of an event. |
| Form |
Represents the <form> element |
| Frame |
Represents the <frame> element |
| Frameset |
Represents the <frameset> element |
| IFRAME |
Represents the <IFRAME> element |
| Image |
Represents Elements |
| Input button |
Represents a button in an HTML form. |
| Input checkbox |
Indicates the check box in an HTML form. |
| Input File |
Uploads files in HTML forms. |
| Input hidden |
Represents a hidden field in an HTML form. |
| Input password |
Indicates the password field in the HTML form. |
| Input radio |
Indicates the radio button in the HTML form. |
| Input Reset |
Indicates the reset button in the HTML form. |
| Input submit |
The confirmation button in the HTML form. |
| Input text |
Indicates the text input field (text box) in an HTML form) |
| Link |
Represents <link> Elements |
| Meta |
Represents <meta> Elements |
| Object |
Represents the <Object> element |
| Option |
Represents the <option> element |
| Select |
Indicates the selection list in the HTML form. |
| Style |
Represents a separate style Declaration |
| Table |
Represents the <Table> element |
| Tabledata |
Represents <TD> Elements |
| Tablerow |
Represents the <tr> element |
| Textarea |
Indicates the <textarea> element. |