Структура HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learning the basics of HTML for beginners" />
<title>Document</title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
<section>
</section>
</main>
<footer></footer>
</body>
</html>
Атрибути name та content йдуть у парі, як тип + значення.