Which of the following is required when you want to store the HTML document?
Answers
Answered by
2
Answer:
Document Object Properties and Methods
The following properties and methods can be used on HTML documents:
Property / Method Description
activeElement Returns the currently focused element in the document
addEventListener() Attaches an event handler to the document
adoptNode() Adopts a node from another document
anchors Returns a collection of all <a> elements in the document that have a name attributeThe Document Object
When an HTML document is loaded into a web browser, it becomes a document object.
The document object is the root node of the HTML document.
Explanation:
Hop its helpful
Similar questions