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 does the term sticky session mean in a web-farm scenario? Why would you use a sticky session? What is the potential disadvantage of using a sticky session?
How can a Javascript code redirect the user to a different page?
What is the disadvantage of javascript?
How would you compare two objects in JavaScript?
What is the use of spread operator?
What is the purpose of local variables?
What are the valid scopes of a variable in JavaScript?
How to create a confirmation box?
How long does it take to learn coding?
How to add multiple functions in javascript?
What are the new ways to define a variable in Javascript?
How to import all exports of a file as an object.
What does double mean in javascript?
What is the reason for wrapping the entire content of a javascript source file in a function book?
Why do we need to declare variables?