Question
You have read about the DOM. What is the Document Object Model and what do the three words mean in this phrase?
Answer
“The Document Object Model (DOM) is an abstract representation of an HTML document that can be queried and manipulated through its API.” This quote was taken from page 62 of The Web Application Hacker’s Handbook 2nd Edition.
…