DHTML is a combination of javascript, css and html. normally a website with collapse/open menu function is built with DHTML.
DHTML combines HTML, JavaScript, the HTML DOM, and CSS.
you can use html, dhtml, or css !! do not use javascript though!
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.
* 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).
DHTML means the web page or web application uses JavaScript and HTML DOM (Document Object Model) and possibly CSS. A programmer can create dynamic web pages using these technologies. For example when I move the mouse over a image link, I can change the image. ASP and ASP.NET pages are converted to HTML by a server.
You should always use your own CSS. This makes a person have control over what he is going to get.
HTML and its derrivative DHTML is used to position information in a web page, and XML is used to describe that information.
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.
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.
HTML (Hyper Text Markup Language) is the most widely accepted language used to build websites. It is the main structure of a website. It builds tables, creates divisions, gives a heading message (In the title bar of programs), and actually outputs text. DHTML (Dynamic Hyper Text Markup Language) is not a language, but the art of using HTML, JavaScript, and CSS together to create dynamic things, such as navigation menus. By: M.V.R.Jithendra.
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.