HTML

day1.html

Mar 11th, 2017
220
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard">
  6. <meta name="description" content="a website, noting the sunrises of 5/5/16, 5/6/16, and 5/7/16.">
  7. <meta name="keywords" content="html, sunrise, time, documentation">
  8. <link rel="stylesheet" type="text/css" href="style.css">
  9. <link rel="shortcut icon" type="image/png" href="favicon.png">
  10. <title>Sunrise on 5/5/16</title>
  11. </head>
  12. <body id="1">
  13. <h1>On 5/5/16, the sun will rise at...</h1>
  14. <nav>
  15. <ul>
  16. <li><a href="day1.html" id="button1">5/5/16</a></li>
  17. <li><a href="day2.html" id="button2">5/6/16</a></li>
  18. <li><a href="day3.html" id="button3">5/7/16</a></li>
  19. </ul>
  20. </nav>
  21. <article>
  22. <h2>TIME</h2>
  23. </article>
  24. </body>
  25. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment