Home » HTML » Html miscellaneous » Question
  1. Which of the following is not DOM property?
    1. document.body
    2. document.origin
    3. document.cookie
    4. document.anchors
    5. None of these
Correct Option: B

Properties of DOM method are:document.anchors, document.applets,document.baseURI,document.body,document.cookie,document.doctype,document.documentElement,document.documentMode, document.documentURI, document.domain, document.domConfig, document.embeds,document.forms,document.head,document.images,document.implementation,document.inputEncoding,document.lastModified,document.links,document.readyState,document.referrer,document.scripts,document.strictErrorChecking,document.title and document.URL.



Your comments will be displayed only after manual approval.