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 |
How can you convert the string of any base to integer in JavaScript?
What are the valid scopes of a variable in JavaScript?
What are the requirements of web application using javascript?
Explain spread operator in javascript?
do any browser need activeX object to run javascripts?
Can you call a Java Applet using a JavaScript function?
How to get height and width of different browser in Javascript?
Should I learn java first or javascript?
Write JavaScript code to use file system in binary format?
What is encodeuri() function?
What are escape characters?
How to change style on an element?