ANSWER Definition of DHTML An extension of the HTML language that enables the creation of presentation effects for text and objects. DHTML Stands for Dynamic HTML and it utilizes CSS (cascading style sheets) and JavaScript to allow developers more leverage in building web based applications and layouts. A small example of DHTML is a simple mouseover where when you hover over a link with your cursor, two images swap and then go back to normal when your mouse leaves the link. A better example of DHTML is when you can submit a form without having to reload the entire page.
Chat with our AI personalities
HTML is in nature a static language as it describes the markup of a page that does not change by itself.
It does contain dynamic elements such as forms, and HTML documents can be treated dynamically using additional script languages.
HTML is, by its very nature, static. In order to add dynamic elements, you will need to use JavaScript.
HTML by its very nature is static. If you desire to have a dynamic site, that requires a coding language like PHP, ASP, or other dynamic language. These dynamic languages typically also use HTML to create the structure for a web page.
You can save (archive) a static copy of a dynamic page by using Ctrl+S (or CMD-S, or similar) to Save the HTML source and images of a page.
The opposite of dynamic is static.
There are no real advantages to JavaSript to HTML but rather JavaScript enhances HTML by making it dynamic. HTML as we know is static and therefore once an HTML document has been created it cannot be changed. JavaScript has two basic functionalities which are: 1. To build HTML dynamically as the web page is loaded and; 2. To monitor as well as react to User events.