Saved Bookmarks
| 1. |
What is the significance of root element? what is its alternative name? |
|
Answer» It encloses all the other elements and is therefore the sole parent ELEMENT to all the other elements. ROOT elements are also called document elements. In HTML, the root element is the element. ... This PROPERTY provides access to an OBJECT of type element which directly REPRESENTS the root element of the document. |
|