| HTML | DHTML |
|---|---|
| Hypertext Markup language. | Dynamic Hypertext markup language. |
| For static page. | For Dynamic page. |
| HTML does not have a server-side code. | DHTML have server-side code. |
| Plain page without any scripts and style as called as HTML. | Page with HTML,CSS and scripts called as DHTML. |
| Client-side technologies slow in HTML. | Client-side technologies fast in DHTML. |
| Processing from the browser not required in HTML. | Processing from browser required in DHTML. |
| HTML File name extension .html | DHTML File name extension .dhtml |