tags "header, main, footer, article, section, aside, nav"
<header>
- defines a header for a document or section;
<nav>
- defines a set of navigation links;
<main>
- specifies the main content of a document;
<footer>
- defines a footer for a document or section;
<article>
- defines an article;
<section>
- defines a section in a document;
<aside>
- defines content aside from the page content;
by Valeri Tandilashvili
4 years ago
HTML
tags
HTML - Build a Website | Tutorial
2
Pro tip: use ```triple backticks around text``` to write in code fences