Q. A JavaScript program can traverse and manipulate document content through

  • (A) Element Object
  • (B) Document Object
  • (C) Both Element and Document Object
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both Element and Document Object
Explanation: A JavaScript program can traverse and manipulate document content through the Document object and the Element objects it contains. It can alter the presentation of that content by scripting CSS styles and classes.
Explanation by: Mr. Dubey
A JavaScript program can traverse and manipulate document content through the Document object and the Element objects it contains. It can alter the presentation of that content by scripting CSS styles and classes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
134
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate