HTML Cheatsheet
<html>: The root element of an HTML document that contains all other elements.
<head>: Contains metadata about the document, such as the title and links to external resources.
<meta>: Provides metadata about the document, like character encoding.
...
rajendramarkad.hashnode.dev3 min read