A JavaScript program can traverse and manipulate document content through

A JavaScript program can traverse and manipulate document content through Correct Answer Both Element and Document Object

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.

Related Questions

Which event is triggered sooner when the document and its elements are ready to manipulate?
Which is the function in JavaScript that will print the current page in JavaScript?