Computer Applications
What are the different components of DHTML?
CSS
8 Likes
Answer
The different components of DHTML are as follows:
- HTML — HyperText Markup Language defines the basic structure of a web page by using the essential elements, such as paragraphs, headings, forms, tables, and links.
- Cascading Style Sheets — CSS is a set of style sheet design principles that determines the visual layout of the content of a web page.
- Scripting — It provides a way to interpret the user's actions and accordingly brings changes to a web page.
- Document object Model — The DOM defines the logical structure of a web page.
Answered By
4 Likes
Related Questions
The background property in CSS allows you to control the background of any element.
The Margin property is used to define the distance from each side to the sides of the neighbouring elements of the document.
Differentiate between Static and Dynamic web pages.
How can we set the margins for an element?