posted 14 years ago
Document Object Model (DOM), is the one that comes up as a result of mapping all the tags of an HTML document.
Javascript can access this DOM and make interactive changes based on events.
Where does DOM API come in picture ? Is DOM API responsible for mapping all the tags of an HTML document ?
Is DOM and DOM API one and same thing or different ?
Please explain this basic concept. As I need to use it.
I tried to understandd it from a book, but was more confused after reading.
Please dont point to links.
Thanks.