index.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <link rel="stylesheet" href="">
  8. </head>
  9. <body>
  10. <header>
  11. <strong class="logo">
  12. <a href="#">
  13. <img src="rozetka ;ogo adress" alt="">
  14. </a>
  15. </strong>
  16. </header>
  17. <h1>hello</h1>
  18. <main>
  19. <h1>title</h1>
  20. <input type="text">
  21. <hr>
  22. <div class="box">
  23. <div class="holder">
  24. </div>
  25. </div>
  26. <input type="checkbox" checked>
  27. <div class="titles">
  28. <h1>title h1</h1>
  29. <h2>title h2</h2>
  30. <h3>title h3</h3>
  31. <h4>title h4</h4>
  32. <h5>title h5</h5>
  33. <h6>title h6</h6>
  34. </div>
  35. <ul>
  36. <li>платье</li>
  37. <li>духи</li>
  38. <li></li>
  39. <li></li>
  40. <li></li>
  41. <li></li>
  42. </ul>
  43. <form action="">
  44. <input type="text">
  45. <input type="password">
  46. <a href="tel:999999">Call me</a></br>
  47. <a href="mailto:kontrec91@gmail.com">
  48. write me
  49. </a>
  50. <a href="skype:adress">Skype</a>
  51. </form>
  52. </main>
  53. <footer></footer>
  54. </body>
  55. </html>