What is the Difference between HTML and DHTML
Answer Posted / sarath chandra
HTML: it is the static part of the document and it is just
used to display the contents statically is called as the
html
DHTML: It is the dynamic part of the html where the mater
is dynamically displayed so it is called as the dhtml
html & dhtml are both the markup languages both are used to
develop a web pages
| Is This Answer Correct ? | 98 Yes | 21 No |
Post New Answer View All Answers
Is there an ide for javascript?
Can you give an example showing javascript hoisting?
How do I turn on javascript?
Which operator is used to assign a value to a variable?
What is a named function in JavaScript? How to define a named function?
What does js stand for?
How to set the focus in an element using javascript?
How do you declare in javascript?
Which built-in method calls a function for each element in the array?
What is difference between array.splice() and array.slice() method in javascript?
What is the scope variable in javascript?
Is javascript multi-threaded or single-threaded?
Can you use javascript to hack?
Does javascript care about whitespace?
Which built-in method combines the text of two strings and returns a new string?