Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!doctype html>
  2. <html lang=en>
  3. <head>
  4. <title>Home-BrittneyPope</title>
  5. <meta charset=utf-8 />
  6. <link rel="stylesheet" type="text/css" href="CSS/exerciseCSS.css" />
  7.  
  8. <!--Add conditional Javascript-->
  9. <!-- [if lte IE 8]>
  10. <script src="html5.js" type="text/javascript">
  11. </script>
  12. <![endif]-->
  13. </head>
  14. <body>
  15. <div id="wrapper">
  16. <nav>
  17. <ul>
  18. <li class="hbtn"><a href="index.html" title="Home">Home</a></li>
  19. <li class="hbtn"><a href="Ex1.html" title="Exercise 1">Exercise #1</a></li>
  20. <li class="hbtn"><a href="" title="Exercise 2">Exercise #2</a></li>
  21. <li class="hbtn"><a href="" title="Exercise 3">Exercise #3</a></li>
  22. <li class="hbtn"><a href="" title="Exercise 4">Exercise #4</a></li>
  23. </ul>
  24. </nav>
  25. <header>
  26. <h1>Brittney Pope...A Brief Introduction</h1>
  27. </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement