HTML Tags Reference

List of all HTML Tags or Elements with descriptions and their user cases for your reference.
HTML Tags Reference/Cheatsheet
.
Structural Tags

Structural tags define the structure of the HTML document.

Name Desccription
<html> Represents the root of an HTML document
<!DOCTYPE> Defines the document type and ensures the browser makes best effort to render the document as per the specification
Name Desccription
<!DOCTYPE> Defines the document type and ensures the browser makes best effort to render the document as per the specification
<html> Represents the root of an HTML document