Multiple choice technology web technology

HTML is a programming language.

  1. True

  2. False

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

HTML is a markup language, not a programming language. Markup languages describe the structure and presentation of content (using tags like , ,

), while programming languages contain logic, algorithms, and computational instructions. HTML lacks programming constructs like loops, conditionals, and variables.