Vidyalelo
JavaScript · Q74

Caching And Debugging

Programming · JavaScript · question 74

Q74

What is the purpose of the Attr object in the HTML DOM?

A.
Used to focus on a particular part of the HTML page
B.
HTML Attribute
Answer
C.
Used to arrange elements
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
In the HTML DOM, the Attr object represents an HTML attribute.