Advertisement
Guest User

Untitled

a guest
Jun 9th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <style><endnote><head>
  5. <style></style>
  6. <meta content="text/html; charset=ISO-8859-1"
  7. http-equiv="content-type">
  8. <title>index</title>
  9. </head>
  10. <body>
  11. <style>
  12. ul
  13. {
  14. list-style-type:none;
  15. margin:0;
  16. padding:0;
  17. overflow:hidden;
  18. }
  19. li
  20. {
  21. float:left;
  22. }
  23. a:link,a:visited
  24. {
  25. display:block;
  26. width:200px;
  27. font-weight:bold;
  28. color:#FFFFFF;
  29. background-color:#98bf21;
  30. text-align:center;
  31. padding:4px;
  32. text-decoration:none;
  33. text-transform:uppercase;
  34. }
  35. a:hover,a:active
  36. {
  37. background-color:#7A991A;
  38. }
  39. </style>
  40. <ul>
  41. <li style="text-align: justify;"><a href="#home">Home</a></li>
  42. <li><a href="#news">Products</a></li>
  43. <li><a href="#contact">Contact</a></li>
  44. <li><a href="#about">About</a></li>
  45. </ul>
  46. <div style="text-align: center; margin-top: 97px; height: 176px;"><img
  47. style="width: 675px; height: 168px;" alt=""
  48. src="file:///C:/Documents%20and%20Settings/billy/My%20Documents/Downloads/coollogo_com-156757366.png"
  49. align="middle"></div>
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement