Back to the 2020 paper

Module I: Introduction to Web Technologies & Architectures

20202m

Markup tags tell the Web browser

(i) how to organize the page
(ii) how to display the page
(iii) how to display message box on page
(iv) None of the above

Worked SolutionAI Assisted

Correct Answer: (ii) how to display the page

Explanation:

  • Markup tags (HTML tags such as <h1>, <p>, <table>, <img>) are keywords enclosed in angle brackets that instruct the web browser on how to format, structure, and display text, multimedia, and layout elements on the screen.
  • The browser reads markup tags to construct the Document Object Model (DOM) and render the visual page according to the specified semantics and styling.

Similar questions