What is the Difference between HTML and DHTML
Answer Posted / acharya
html
-html is the a static wed page.
-it is used only for
-it's data is not change.
Dhtml
-dhtml is the a dynamic wed page.
-it is used to for representation and changable.
-it is data can be change.
| Is This Answer Correct ? | 11 Yes | 21 No |
Post New Answer View All Answers
Is it safe to use javascript?
What does "1"+2+3 evaluate to?
Who introduced javascript?
What does clean white space mean?
How to have the status line update when the mouse goes over a link (the support of the status line is sporadic)?
How do I add a javascript event handler to an html page element?
Can you have a function within a function in javascript?
What is hoisting in javascript?
Are namespaces are there in javascript?
What is the difference between firstChild and firstElementChild?
How to find the selected radio button immediately using the 'this' variable?
Explain javascript event delegation model?
Why is my javascript function not defined?
How do you create array in javascript?
What are the four types of javascript objects?