MCQ
Which tag wraps the entire HTML document?
Unit-3 Programming Fundamentals
A <head>
B <body>
C <html>
D <title>
Explanation

The <html> tag is the root element that contains the whole HTML document.