Multiple choice

An element in the HTML tag is

  1. the primary command to the user

  2. the primary command to the browser

  3. the command used in HTML

  4. both (1) and (2)

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

An element in an HTML tag is the primary command to the browser. HTML elements tell the browser how to display content - whether it's a heading, paragraph, link, or image. The browser interprets these tags and renders the page accordingly. The element is not a command to the user, but instructions for the browser's rendering engine.