what is dhtml? write its views and explain it
Answers
Answer:
dynamic HTML, or DHTML, is a collection of technologies used together to create interactive and animated websites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS), and the Document Object Model (DOM)
Answer:
DHTML stands for Dynamic Hypertext Markup language
Explanation:
DHTML allows authors to add effects to their pages that are otherwise difficult to achieve, by changing the Document Object Model (DOM) and page style. The combination of HTML, CSS and JavaScript offers ways to:
1.Animate text and images in their document.
2.Embed a ticker or other dynamic display that automatically refreshes its content with the latest news, stock quotes, or other data.
3.Use a form to capture user input, and then process, verify and respond to that data without having to send data back to the server.
4.Include rollover buttons or drop-down menus.