What is the Difference between HTML and DHTML
Answer Posted / 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 |
Post New Answer View All Answers
Explain hoisting in javascript?
How to disable an html object ?
How do I open javascript?
Is javascript a highly secure scripting language?
Can we learn javascript without knowing java?
What is the use of Void(0)?
How do you write an if statement in javascript?
What are trailing whitespace?
What are the uses of javascript in web page designing?
What is encodeuri() function?
How many types of functions are there in javascript?
How to make elements invisible?
Write the code for adding new elements dynamically?
What do you mean by enumeration?
Define unescape() function?