Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
482 views
in Programming by (105k points)
closed by
The ______ element is the root element of an HTML page. 
1. <head>
2. <body>
3. <html>
4. <title>

1 Answer

0 votes
by (110k points)
selected by
 
Best answer
Correct Answer - Option 3 : <html>

 The <html> HTML element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.

The <html> element is the root element and it defines the whole HTML document.

It has a start tag <html> and an end tag </html>.

  • The <html> element is the root element of the HTML page.
  • The <head> element contains the document's metadata (including elements such as meta, title, style, script).
  • The <title> element describes the title of the document.
  • The <body> element contains the visible page content.

Hence the correct answer is <HTML>.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...