HTML HTML Basic MCQ Question #4808
Single Choice Not Set

QWhich of the following is the HTML document's root tag?

ID: #4808 HTML Basic MCQ 172 views
Question Info
#4808Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A
    
    <body>
    
  • B
    
    <head>
    
    
  • C
    
    <title>
    
    
  • D
    
    <html>
    
Correct Answer

Explanation


The html> tag, commonly known as the root element, designates the starting point of an HTML page. 
It is a container for all elements found in an HTML document (apart from!Doctype), including head>, body>, and all other elements.

Share This Question

Challenge a friend or share with your study group.