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
Can an anonymous function be assigned to a variable?
Whether JavaScript has concept level scope?
Where are cookies actually stored on the hard disk?
What is a framework programming?
What is the difference between the keywords var and let?
What is the use of the ‘this’ keyword?
What is an ECMAScript?
How we can get the value of an element using javascript?
coding of java scripts
What is called variable?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
How to prevent modification of an object in Javascript?
Is JavaScript a true OOP language?
What is the difference between local storage & session storage?
What is the use of blur function?