Which of the following markup language is used to add effects to a web page?
Computer Knowledge ·Previously asked in JKSSB Sub Inspector (Executive) 2022
View the full solved paper: JKSSB Sub Inspector (Executive) 2022
Question
Which of the following markup language is used to add effects to a web page?
- A. XML
- B. DHTML (Correct answer)
- C. C++
- D. C Language
Correct Answer
Option B — DHTML
Detailed Solution & Explanation
The correct answer is DHTML.
Key Points
- DHTML stands for Dynamic HTML.
- It is a combination of HTML, CSS, JavaScript, and the DOM (Document Object Model) used to create interactive and dynamic effects on web pages -- such as animations, drop-down menus, rollover effects, and real-time content changes without reloading the page.
- XML is used for data storage and transfer, C++ and C Language are programming languages used for software development, not web page effects.