What is the Difference between HTML and DHTML
Answer Posted / kamalpreet
html is static in nature
dhtml is dynamic in nature.
html can't change data
dhtml can changed data.
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
How to use strings as array indexes using javascript?
How to create a popup warning box?
How can javascript be used to improve the "look and feel" of a web site? By the same token, how can javascript be used to improve the user interface?
What is lazy loading in javascript?
What is a hash javascript?
What is the difference between the operators '==' and '==='?
What's relationship between JavaScript and ECMAScript? And What are JavaScript types?
What is the difference of "settimeout" function and setinterval functions in javascript
How to get value from dropdown (select) control?
What is the way to get the status of a CheckBox?
What is null javascript?
Is JavaScript a case-sensitive language?
How do browsers work?
What are the problems associated with using javascript, and are there javascript techniques that you discourage?
Explain the for-in loop?