Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang=
  3. "en">
  4. <head>
  5. <title>My News Feed</title>
  6. </head>
  7. <body>
  8. <header>
  9. <h1>My News Feed</h1>
  10. <nav>
  11. <ul>
  12. <li><a href=
  13. "index.html">Home</a></li>
  14. <li><a href=
  15. "about.html">About Us</a></li>
  16. <li><a href=
  17. "contact.html">Contact Us</a></li>
  18. </ul>
  19. </nav>
  20. </header>
  21. <main>
  22. The main content will go here
  23. </main>
  24. <aside>
  25. The sidebar will go here
  26. </aside>
  27. <footer>
  28. &copy; 2016 ICE Malta | Last Modified: <time datetime=
  29. "2016-09-12T16:42:32Z">13/09/2016 at 16:42:32</time>
  30. </footer>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement