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 are math constants and functions using javascript?
How do browsers work?
What is variable typing in javascript?
Why it is not advised to use innerhtml in javascript?
what difference between args.length and args.length() in command line argument?
Why global variables are bad javascript?
How long does it take to get good at javascript?
How to get value from a textbox?
How do you disable javascript?
What are the new ways to define a variable in Javascript?
What is hoisted in javascript?
What is break and continue statements?
Taking a developer's perspective, do you think that that javascript is easy to learn and use?
Can you have a function within a function in javascript?
How to define a named function in JavScript?