DOM Advantages
- DOM can Reference Each Element of HTML and XML as well as its Content
- Elements are Programmable Objects with Styles (dynamic HTML)
- In Summary, DOM provides an Effective Object Model for:
- structured content (HTML and XML document)
- control logic (script)
- style (stylesheets)
- Become the Future of Web based Documents and Applications