Multiple choice

Markup tags tell the browser

  1. how to organize the page

  2. how to display the page

  3. how to display message box on page

  4. none of these

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

How to display the page, as we use markup language it tells browser to display the page as per the markup tags, which is the main goal of HTML and not to describe or organize the page. To organize the page i.e. for describing the contents we use XML and obviously to display message box on page we use tags but the entire markup tags do not have only one functionality.