KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

What are the different components of DHTML?

CSS

8 Likes

Answer

The different components of DHTML are as follows:

  1. 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.
  2. Cascading Style Sheets — CSS is a set of style sheet design principles that determines the visual layout of the content of a web page.
  3. Scripting — It provides a way to interpret the user's actions and accordingly brings changes to a web page.
  4. Document object Model — The DOM defines the logical structure of a web page.

Answered By

4 Likes


Related Questions