HTML DOM Question:
Download Questions PDF

What is Javascript and how does it work with the DOM?

Answer:

JavaScript is just one of many programming languages with DOM support. What makes the combination of JavaScript and the DOM so exciting is the environment where they are used. Whereas most programming languages do all their work on the server side, putting together pages to be sent to the browser, JavaScript runs in the browser.

Download HTML DOM Interview Questions And Answers PDF

Previous QuestionNext Question
What is XML family?What is HTML DOM?