HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML html Tag

HTML html Tag

 

 

The html tag represents the root of an HTML document. It is the container for all other HTML elements like head, body, header, footer, main, div, and many more. We have to always use the lang attribute in it which helps the browser to determine the language of the web page.

 

Attribute Explanation:-

 

Attribute Value Description
xmlns http://www.w3.org/1999/xhtml Specifies the XML namespace attribute.

 

Syntax:-

 

Its syntax is:- < HTML >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML