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 a javascript code?
How to count the number of element in an array using javascript?
Explain javascript debounce function?
What are parameters in javascript?
What is the real name of JavaScript?
Will javascript be replaced?
How can you detect the client operating system using javascript?
Which built-in method reverses the order of the elements of an array?
How onclick works in javascript?
Is javascript the future?
How javascript sort function works?
What is difference between api and library?
Why is it called javascript?
What is the function of deferred scripts?
What is difference between local and global scope in javascript ?