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
Is there any class in javascript?
Where can I learn javascript for beginners?
How to handle event handlers?
How can you read properties of an Object in JavaScript?
What is primitive data type in javascript?
How to use "join()" to create a string from an array using javascript?
What is lazy loading in javascript?
What is the potential disadvantage of using a sticky session?
How to convert “20” to number in javascript?
How are javascript and ecma script related?
What's the purpose of javascript?
What is the default scope in javascript?
What are the types of variables in javascript?
How can you get the reference of a caller function inside a function?
Explain export & import in javascript?