What is the Difference between HTML and DHTML
Answer Posted / abhinandan mishra
DHTML:- sites are dynamic in nature. DHTML uses client side
scripting to change variables in the presentation which
affects the look and function of an otherwise static page.
DHTML characteristics are the functions while a page is
viewed, rather than generating a unique page with each page
load (a dynamic website).
On the other hand, HTML is static. HTML sites relies solely
upon client-side technologies. This means the pages of the
site do not require any special processing from the server
side before they go to the browser.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
How do you change the style/class on any element using javascript?
Why is javascript called richer interface?
How do I view javascript files in chrome?
What is the Infinity property used for in Javascript?
What is a nan value?
If 2 methods have same name and same number of parameters, which one will be executed first?
Explain event bubbling and event capturing in javascript?
How to delete a cookie using javascript?
What would be the result of 3+2+”7″?
What does triple dot mean?
What is a javascript symbol?
You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?
What does polyfill mean?
How to write a script for "select" lists using javascript
Explain few difference between null, undefined or undeclared javascript variable?