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
What are trailing whitespace?
what is the function of public class main ?
Which is faster jquery or javascript?
Define unescape() function?
What is the potential disadvantage of using a sticky session?
Write the code for adding new elements dynamically?
What is an example of javascript?
What is the concept of “functions as objects” and how does this affect variable scope?
Is webassembly faster than javascript?
What are the difference between undefined and not defined in javascript?
How do you write an event emitter base class that allows you to add event listeners?
What does three dots mean in texting?
What e means?
what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)
What is the difference between window.onload and ondocumentready?