Multiple choice technology web technology

What tag tells the browser where the page starts and stops ?

  1. <head>

  2. <body>

  3. <html>

  4. both 1 & 2

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

The tag is the root element that encloses the entire HTML document. contains metadata, contains visible content, but defines where the document starts and stops.