Difference between HTML and DHTML?
Answer Posted / manoj chaudhari
HTML-
.it is a dynamic HTML.
.The pages of the site do not require any special
processing from the server
side before they go to the browser.means the pages are
always the same for
all visitors - static.
.HTML sites going solely upon client-side technologies.
.HTML sites are dynamic in nature.
DHTML-
.it is a dynamic HTML.
.When we use style sheets and JavaScript in HTML file
called DHTML.
.DHTML uses client side scripting to change variables in
the presentation
which affects the look and function of an otherwise static
page.
.DHTML sites going fast upon client-side technologies.
.DHTML sites are dynamic in nature.
| Is This Answer Correct ? | 68 Yes | 19 No |
Post New Answer View All Answers
How do you play tag?
What is the main function of
tag in html?What is the html tags?
What is the basic structure of an html document?
Please give a regular expression (preferably perl/preg style), which can be used to identify the url from within a html link tag?
What is canvas in html5? How to write a canvas?
What is meta tags? Why it is used?
What is the Application Cache in HTML5 and why it is used?
What is the use of a span tag? Explain with example.
What does br mean?
Write the basic structure of the html template?
Why hyperlink is used?
Explain non breaking space in html.
What are keyword tags?
What's the difference between standards mode and quirks mode?