Difference between HTML and DHTML
- What is HTML?
- This is used in only HTML (without CSS and JavaScript).
- This is create only simple static websites.
- This is HTML old versions.
- Errors cannot be handled.
- Events cannot be used
- What is dhtml?
- This is use in HTML, CSS, Scripting language and DOM.
- This is create dynamic website.
- Contents on the web page can be added, deleted or modified dynamically.
- Errors can be handled.
- Events can be used.