Quick Guide to HTML Elements
Base elements in HTML5
The HTML elements that allow you to build the most basic web page
<body>
The container for a web page's content. Must be a direct child of , and must be an ancestor of all HTML elements (except where noted).
<!DOCT...
diki.hashnode.dev2 min read