HTML is a/an ______ language.
2019
HTML is a/an ______ language.
- A.
Markup
- B.
Procedural
- C.
Object-oriented
- D.
Assembly
Attempted by 1329 students.
Show answer & explanation
Correct answer: A
HTML is a markup language used to define the structure and presentation of web page content. It uses tags such as <p>, <a>, and <div> to mark elements on a page. HTML is not a programming language; it does not include logic constructs like loops, conditionals, or variables. Why the other choices are incorrect: Procedural languages describe step-by-step instructions and control flow; HTML does not execute instructions.
A video solution is available for this question — log in and enroll to watch it.