CBSE Class 10 Computer Applications
Question 47 of 56
Cascading Style Sheets (CSS) — Question 1
Back to all questions 1
Question Question 1
What are the different components of DHTML?
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.