Multiple choice technology web technology What tag tells the browser where the page starts and stops ? <head> <body> <html> 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.