struktura_html

Структура 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 йдуть у парі, як тип + значення.

  • /sites/data/pages/struktura_html.txt
  • Последнее изменение: 2023/09/06 17:53
  • tro