What is the Difference between HTML and DHTML
Answers were Sorted based on User's Feedback
Answer / jeevan
<object>tag does not include in html.
<object>tag include in dhtml
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / abhinav
HTML (HyperText Markup Language) is the actual markup language web pages are displayed in. It creates static content on a web page.
DHTML stands for Dynamic HTML.and not a language or a web standrd.To most people DHTML means the combination of HTML, JavaScript, DOM and CSS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jeevan
in html the elements could not be moved across the page.
in html the elements could be moved across the page.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / ganeshbabu from klnce
I don't know the difference between HTML and DHTML
Please, don't ask such type of questions.
do ur business. i won't waste my time with u.
This website is making unnecessary and harmful.
Please ban this site as much as possible.
"!!!! Students please be aware of this website !!!!"
| Is This Answer Correct ? | 20 Yes | 26 No |
Answer / 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 |
Explain mul function in javascript?
How to create a function in javascript?
What is a boolean in javascript?
What is a class in javascript?
What is the Infinity property used for in Javascript?
What is an object in javascript, give an example?
How do I start a javascript project?
write a program using javascript/ vbscript that checks if two matrices have identical values in all the elements.
What are the concepts of object oriented programming?Explain with an example.
Difference between window, document, and screen in Javascript?
Is array a data type in javascript?
What does polyfill mean?