There are many HTML tags in total. The following are some commonly used tags in HTML5 for use when building web pages:
1, : declare document type
2, : Identifies the root element of the HTML document
##3,
: Define the header of the document, including the metadata of the document
4,
: Define the document title
5. : Define metadata about the HTML document
##6. : Define the relationship between the document and external resources
7,