Multiple choice

To make web site mark dynamic, we use

  1. CSS

  2. Javascript

  3. HTML

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JavaScript is the primary client-side scripting language for creating dynamic, interactive web pages. Unlike HTML (structure) and CSS (presentation), JavaScript enables real-time updates, form validation, animations, and responsive user interactions without page reloads.