HTML is a:

2016

HTML is a:

Answer: B. markup languageConcept: A markup language is a system that uses tags or annotations placed around content to define its structure and presentation. It is purely descriptive…

  1. A.

    scripting language

  2. B.

    markup language

  3. C.

    programming language

  4. D.

    machine language

Attempted by 603 students.

Show answer & explanation

Correct answer: B

Concept: A markup language is a system that uses tags or annotations placed around content to define its structure and presentation. It is purely descriptive — it carries no logic, loops, conditions, or calculations, and is interpreted (here, by a web browser) rather than executed by the CPU.

Application: HTML stands for HyperText Markup Language. It surrounds content with tags such as <html>, <h1>, <p>, and <table> to describe how a web page is organised and shown:

  • Headings, paragraphs and images

  • Tables and links

  • Overall page structure and layout

Cross-check: HTML fits the markup definition (tags annotate structure, no logic of its own). It is not a scripting or programming language because it cannot run instructions, loops or calculations, and it is not machine language because it is human-readable text, not binary CPU instructions.

Explore the full course: Btsc Lab Assistant

Loading lesson…