
What is HTML tag in html
HTML tag Specify the document is a HTML markup language.tag is a 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.
Syntax
<html> ..... </html>
In more simple word These are the tags you put at the beginning and end of an HTML file.