InterviewSolution
Saved Bookmarks
| 1. |
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(c) Used to arrange elements(d) CSS attributeThis question was posed to me during an online interview.I'm obligated to ask this question of HTML DOM topic in portion Caching, Debugging and Animation of JavaScript |
|
Answer» The correct choice is (B) HTML Attribute |
|