- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to get the list of document properties which can be accessed using W3C DOM?
The following are the document properties which can be accessed using W3C DOM −
Sr.No | Property & Description |
---|---|
1 | Body A reference to the Element object that represents the <body> tag of this document. Ex − document.body |
2 | DefaultView Its Read-only property and represents the window in which the document is displayed. Ex − document.defaultView |
3 | DocumentElement A read-only reference to the <html> tag of the document. Ex − document.documentElement8/31/2008 |
4 | Implementation It is a read-only property and represents the DOMImplementation object that represents the implementation that created this document. Ex − document.implementation |
- Related Articles
- What are the document properties which can be accessed using Legacy DOM?
- How to access document properties using W3C DOM method?
- How can I access document properties using Legacy DOM method in JavaScript?
- How to write a script to access document properties using IE4 DOM method?
- What are the document properties of IE4 DOM method?
- Which properties can be studied to group materials?
- How many ways can a property of a JavaScript object be accessed?
- How can I write a script to use either W3C DOM or IE 4 DOM depending on their availability?
- How to get all the Get-Process properties using PowerShell?
- How to get the properties of a driver using JDBC?
- How can I get the ID of an DOM element using jQuery?
- What are the methods supported by W3C DOM?
- How to get distinct list of sub-document field values in MongoDB?
- Explain the different ways in which data from a series data structure can be accessed in Python?
- How to add and change document author (document properties) in Excel

Advertisements