Advertisement
desislava_topuzakova

Untitled

Jun 23rd, 2022
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. <link rel="stylesheet" href="simple-website.css">
  9. </head>
  10. <body>
  11. <nav>
  12. <ul>
  13. <li><a href="">Home</a></li>
  14. <li><a href="">Tutorials</a></li>
  15. <li><a href="">About</a></li>
  16. <li><a href="">Newsletter</a></li>
  17. <li><a href="">Contact</a></li>
  18. </ul>
  19. </nav>
  20. <section>
  21. <article>
  22. <header>
  23. <h1>Just Another Day</h1>
  24. <p>Written by Christina on January 11th</p>
  25. </header>
  26. <p>This is my second blog entry, and I just wanted to check in on you.</p>
  27. </article>
  28. <article>
  29. <header>
  30. <h1>My First Blog Entry</h1>
  31. <p>Written by Christina on January 10th</p>
  32. </header>
  33. <p>Iā€™m so happy to write my first blog entry ā€“ yay!</p>
  34. </article>
  35. </section>
  36. <footer>
  37. <p>&copy; Copyright 2021 Christina </p>
  38. </footer>
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement