Guest User

Untitled

a guest
Dec 11th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" href="style.css" type="text/css">
  6. <title>Испытание: вертикальное меню</title>
  7. </head>
  8. <body>
  9. <div>
  10. <ul>
  11. <li>Курсы</li>
  12. <li>Демонстрации</li>
  13. <li>Участники</li>
  14. <li>Достижения</li>
  15. <li>Профиль</li>
  16. </ul>
  17. </div>
  18.  
  19. </body>
  20. </html>
Add Comment
Please, Sign In to add comment