330,470 views
37 votes
37 votes
1

Select the correct answer from each drop-down menu.
What Is DHTML?
DHTML Is
It allows you to add functionality such as
Reset
Next

User Sergey Menshov
by
2.6k points

2 Answers

7 votes
7 votes

Final answer:

DHTML, or Dynamic HTML, is a collection of technologies used to create interactive and animated websites, enabling the web page to react to users' actions without reloading.

Step-by-step explanation:

What is DHTML?

DHTML, or Dynamic HTML, is an umbrella term for 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), presentation definition language (such as CSS), and the Document Object Model (DOM). DHTML allows web pages to be more interactive, responding to users' actions by presenting content in various ways without the need to reload the entire page from the server.

It allows you to add functionality such as changing the appearance of a webpage, altering its content based on user actions, and creating animations. This can provide a more engaging user experience by allowing for interactivity such as mouse hover effects, dynamic menus, and real-time form validation.

User Pugsley
by
3.1k points
14 votes
14 votes

Answer:

DHTML (Dynamic HTML) is a collection of a few different languages

Step-by-step explanation:

Dynamic HTML is a collection of HTML, DOM, JavaScript, and CSS.

It allows for more customizability than regular HTML. It allows scripts (JavaScript), webpage styling (CSS), manipulation of static objects (DOM), and building of the initial webpage (HTML).

Since the question is incomplete, I'm not really sure what all you need answered - please leave a comment if you would like something else explained. :)

User Bushed
by
2.9k points