What is the Difference between HTML and DHTML
Answer Posted / reddy
HTML - (Hypertext Markup Language) is the set of markup
symbols or codes inserted in a file intended for display on
a World Wide Web browser page. The markup tells the Web
browser how to display a Web page's words and images for the
user.
DHTML - Dynamic HTML is a collective term for a combination
of Hypertext Markup Language (HTML) tags and options that
can make Web pages more animated and interactive than
previous versions of HTML
| Is This Answer Correct ? | 23 Yes | 12 No |
Post New Answer View All Answers
What is the difference between push() and concat() in javascript?
What are the types used in javascript?
What is difference between local variable and global?
How to create an input box?
What is the difference between arrow function and normal function?
What are arrays in javascript?
Does spread operator deep copy?
What is the purpose of 'this' operator in JavaScript?
How to open url in a new tab in javascript?
Can array in javascript be extended?
What is an immediately-invoked function expression?
How many hours learn javascript?
wap to accept an int array frm the user and print the lucky nos.
How to remove the event listener?
What is the difference between let and var?