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
What is eval() in javascript?
What does question mark mean in react?
How to use strings as array indexes using javascript?
What are the various functional components in javascript?
What is encodeuri() function?
When would you use var in your declaration and when you wouldn’t?
How do you write an event emitter base class that allows you to add event listeners?
How do I turn off javascript in chrome?
Why is java better than javascript?
Do unused imports affect performance javascript?
What is the use of spread operator?
How to get value from a textbox?
How to add buttons in javascript?
If we want to return the character from a specific index which method is used?
What is strict mode in javascript?