Created
August 26, 2024 11:54
-
-
Save kianurivzzz/4f2e6ac6005d70e2033b0731667ddc8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
</head> | |
<body> | |
<header> | |
<h1>Logo</h1> | |
<nav> | |
<a href="https://www.google.ru/">Главная</a> | |
<a href="https://www.google.ru/">О нас</a> | |
<a href="https://www.google.ru/">Контакты</a> | |
</nav> | |
</header> | |
<main> | |
<section> | |
<h2>Заголовок</h2> | |
<p>Описание</p> | |
<p>Описание</p> | |
<a href="https://www.google.ru/">Подробнее</a> | |
</section> | |
<section> | |
<article> | |
<h3>Заголовок</h3> | |
<p>Описание</p> | |
<a href="https://www.google.ru/">Подробнее</a> | |
</article> | |
<article> | |
<h3>Заголовок</h3> | |
<p>Описание</p> | |
<a href="https://www.google.ru/">Подробнее</a> | |
</article> | |
</section> | |
</main> | |
<footer> | |
<p>Все права защищены</p> | |
<nav> | |
<a href="https://www.google.ru/">Политика конфиденциальности</a> | |
<a href="https://www.google.ru/">Пользовательское соглашение</a> | |
<a href="https://www.google.ru/">Карта сайта</a> | |
<a href="https://www.google.ru/">Контакты</a> | |
<a href="https://www.google.ru/">Помощь</a> | |
<a href="https://www.google.ru/">О нас</a> | |
</nav> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment