Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5.  
  6.  
  7. a {
  8. color: #1E7EC8;
  9. text-decoration: none;
  10. }
  11.  
  12.  
  13.  
  14. a:hover {
  15. text-decoration: underline;
  16. }
  17.  
  18.  
  19. li {
  20. display:inline;
  21. }
  22.  
  23. </style>
  24. </head>
  25. <body>
  26.  
  27.  
  28. <li><a href="about.html">About Us</a></li>
  29. <li><a href="articles/unisa.html">UniSa Articles</a></li>
  30. <li><a href="products/new.html">Latest Products</a></li>
  31. <li><a href="products/specials.html">Specials of the Week</a></li>
  32.  
  33.  
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement