HTML

day2.html

Mar 11th, 2017
164
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.68 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/6/16</title>
  11. </head>
  12. <body>
  13. <h1>On 5/6/16, the sun will rise at...</h1>
  14. <nav>
  15. <a href="day1.html" id="button1">5/5/16</a>
  16. <a href="day2.html" id="button2">5/6/16</a>
  17. <a href="day3.html" id="button3">5/7/16</a>
  18. </nav>
  19. <article>
  20. <h2>TIME</h2>
  21. </article>
  22. </body>
  23. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment