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
Does javascript support foreach loop?
What creates scope in javascript?
Explain the unshift() method ?
Should you disable javascript?
What is callback in javascript?
What is a nan value?
In Java coding we will write a public static void main()? Why won't we write as a static public void main()
How are DOM utilized in JavaScript?
How can JavaScript be used?
How do you declare in javascript?
What is the difference between rootscope and scope?
How to validate email in javascript?
What data types are supported in Javascript?
What is the role of break and continue statements?
What does javascript do?