Difference between HTML and DHTML?
Answer Posted / subhankar roy.
HTML:
1. Html stands for Hyper Text Markup language.
2. 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.
3. html does not allow any kind of features.
4. Html sites going solely upon client-side technologies.
5. HTML is a language.
6. HTML documents describe web pages, contain HTML tags and
plain text.
DHTML:
1. Dhtml stands for Dynamic Hyper Text Markup language.
2. DHTML uses client side scripting to change variables in
the presentation which affects the look and function of an
otherwise static page.
3. DHTML allows us some extra features.
4. Dhtml sites going fast upon client-side technologies.
5. DHTML is not a language or a web standard.
6. DHTML is the art of combining HTML, JavaScript, DOM, and CSS.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How many types of heading does an html contain?
Does footer go inside body?
What are elements and tags in html?
What are the new Form Elements introduced in HTML 5?
Why is a div called a div?
What is column writing?
Why to use figure tag in html5?
How do I put text on the next line in html?
What is a head tag?
What are
tags in html?
How do I let people download a file from my page?
What is href target?
How do I create a mailto link?
What is html applet?
What html5 means?