Back to the 2023 paper

Module I: Introduction to Web Technologies & Architectures

20232m

What is HTML?

(i) HTML describes the structure of a webpage
(ii) HTML is the standard markup language mainly used to create web pages
(iii) HTML consists of a set of elements that helps the browser how to view the content
(iv) All of the mentioned

Worked SolutionAI Assisted

Answer

(iv) All of the mentioned

Explanation

HTML:

  • Describes the structure of a webpage.
  • Is the standard markup language used to create web pages.
  • Uses elements that tell the browser how content should be structured and presented.

Therefore, all three statements are correct.

Final answer: (iv) All of the mentioned

Similar questions