Last active
September 28, 2017 11:51
-
-
Save innabelaya/be3ac2f2bc9b3466afba12bfb6dd1d8c 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
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>BEMup</title> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body> | |
| <header> | |
| <a href="/"> | |
| <img src="img.logo.png" alt="Лого"> | |
| </a> | |
| <ul> | |
| <li><a href="/about.html">О нас</a></li> | |
| <li><a href="/about.html">Проект</a></li> | |
| <li><a href="/about.html">Еще пункт</a></li> | |
| <li><a href="/about.html">Другой пункт</a></li> | |
| <li><a href="/about.html">Контакты</a></li> | |
| </ul> | |
| <form action="/"> | |
| <input name="s"> | |
| <input type="submit"> | |
| </form> | |
| </header> | |
| <main> | |
| <nav> | |
| <a href="#item1"></a> | |
| <a href="#item2"></a> | |
| <a href="#item3"></a> | |
| <a href="#item4"></a> | |
| </nav> | |
| <form class=" action="/> | |
| <input name="s"> | |
| <input type="submit"> | |
| </form> | |
| <div> | |
| <h1>Заголовок первого уровня</h1> | |
| <p>Здесь много контента. Например, <strong>полужирный</strong> текст отличается от <em>курсивного</em>.</p> | |
| <p>А это второй абзац со <a href="/">ссылкой</a>.</p> | |
| </div> | |
| </main> | |
| <footer> | |
| BEMup 2016 | |
| </footer> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment