What is the Difference between HTML and DHTML

Answer Posted / abhinandan mishra

DHTML:- sites are dynamic in nature. DHTML uses client side
scripting to change variables in the presentation which
affects the look and function of an otherwise static page.
DHTML characteristics are the functions while a page is
viewed, rather than generating a unique page with each page
load (a dynamic website).

On the other hand, HTML is static. HTML sites relies solely
upon client-side technologies. This means the pages of the
site do not require any special processing from the server
side before they go to the browser.

Is This Answer Correct ?    11 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any class in javascript?

728


Where can I learn javascript for beginners?

672


How to handle event handlers?

736


How can you read properties of an Object in JavaScript?

728


What is primitive data type in javascript?

673


How to use "join()" to create a string from an array using javascript?

693


What is lazy loading in javascript?

685


What is the potential disadvantage of using a sticky session?

662


How to convert “20” to number in javascript?

722


How are javascript and ecma script related?

720


What's the purpose of javascript?

691


What is the default scope in javascript?

653


What are the types of variables in javascript?

682


How can you get the reference of a caller function inside a function?

813


Explain export & import in javascript?

785