Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Webhub</title>
  5. <link href="style.css" rel="stylesheet" type="text/css" >
  6. </head>
  7. <body bgcolor="#dddddd">
  8. <header>
  9. <nav>
  10. <a href="#" >Login</a>
  11. </nav>
  12. </header>
  13. <div class='buttons'>
  14. <a href='#' title='Title 1'>
  15. &#x2606;
  16. </a>
  17. <a class='active' href='#' title='Title 2'>
  18. &#x262F;
  19. </a>
  20. <a href='#' title='Title 3'>
  21. &#x2666;
  22. </a>
  23. <a href='#' title='Title 4'>
  24. &#x267A;
  25. </a>
  26. </div>
  27. <main>
  28. <p>The web is your world</p>
  29. <img src="webhub2.png" alt="an image of a lightbulb" >
  30. </main>
  31. <footer>
  32. <div class="contact" >
  33. <h5>Contact Us</h5>
  34. <p>Webhub@wh.net </p>
  35. </div>
  36. <div class="sitemap" >
  37. <h5>Sitemap</h5>
  38.  
  39. <a href="#" >Home</a></li>
  40. <a href="#" >About Us</a></li>
  41. <a href="#" >Privacy</a></li>
  42. <a href="#" >Support</a></li>
  43. <a href="#" >FAQ</a></li>
  44. <a href="#" >Careers</a></li>
  45.  
  46. </div>
  47. </footer>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement