answersLogoWhite

0

Dynamic HTML is basically using HTML and some other things to enhance it, usually Javascript and Styles. All HTML really does is format your page. To get your page to do things, you need more than just plain HTML. The following code will create a button that you can click on and it will pop up a message. It uses Javascript. Copy and paste it or type it exactly as it is into your code and it will work.

The onClick="alert('Hello');" piece is Javascript. Without it you would still have the button, but when it was clicked, it would not do anything. The Javascript makes your page come alive as it were. That is the idea of Dynamic HTML.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is difference btw html and dhtml in tabular form?

DHTML is an extension of HTML called Dynamic HTML which uses style sheets and JavaScript. This allows you to use small animations and Dynamic menus on your webpage.


How is javascript used?

JavaScript is used to make HTML DHTML or Dynamic HTML. Provides a lot more interactivity between the web page and the browser provided JavaScript is not turned off.


What is the difference between css HTML and dhtml?

* HTML is used to actually build the structure of a webpage. The text, tables, divisions, links, images, and so on. * CSS takes what HTML gives a browser, and makes it look nicer by adding color, borders, and perhaps even hiding things a user shouldn't see. * dHTML isn't a language, but a combination of HTML, CSS, and JavaScript working together. HTML builds the actual element(s), JavaScript uses scripts that makes things happen (Such as changing the colour of the background when you click a button), and CSS makes things such as changing colours actually happen (JavaScript must change the CSS, though).


Is HTML static or dynamic in nature?

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.


What term is a collection of html tags and options that allow you to create webpages that are more animated than basic html pages?

DHTML is a collection of tags that can allow to create a webpage. It offers more dynamic functions that basic HTML.

Related Questions

What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


What is the difference between html and dhtml in hindi?

hello


What if difference between HTML and dHTML?

DHTML was an old term we used to describe HTML that was being played with using Javascript (or J-Script) The term was derived from "Dynamic HTML." Javascript is now very widely used, and so the term DHTML has gone by the wayside.


What is difference btw html and dhtml in tabular form?

DHTML is an extension of HTML called Dynamic HTML which uses style sheets and JavaScript. This allows you to use small animations and Dynamic menus on your webpage.


Differences between DHTML and XML?

HTML and its derrivative DHTML is used to position information in a web page, and XML is used to describe that information.


What is HTML and DHTML?

HTML stands for HyperText Markup Language. DHTML stand for dynamic HyperText Markup Language, however DHTML is not an actual coding language. While both of them used to build web sites, DHTML is typically used to mean the combination of HTML, CSS, JavaScript, and DOM.


Evolutio of HTML?

HTML is emerging these days as web 2.0 dhtml and xhtml


How can you tell if a website is using DHTML?

DHTML is a combination of javascript, css and html. normally a website with collapse/open menu function is built with DHTML.


What does DHTML means?

DHTML stands for Dynamic HTML, wherein HTML stands for HyperText Markup Language. DHTML means a collection of technologies for creating interactive and dynamic web pages. For more information you might wish to refer to its wikipedia page.


Is dynamic HTML the same as dHTML?

yep that is what the d stands for.


Why you save the file as HTML and why don't you save as dhtml for both HTML and dhtml files?

Though they are standards XHTML and DHTML both save as HTML or HTM files. It is a browser thing. Newer browsers will save the files associated with the page either in a separate directory or as a unified page, an interpretation of the copyright issues involved.


How is javascript used?

JavaScript is used to make HTML DHTML or Dynamic HTML. Provides a lot more interactivity between the web page and the browser provided JavaScript is not turned off.