Ammolife

Lab 5-4 Link Boi

Nov 12th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <link rel="stylesheet"href="lab5-4style.css">
  2. <meta charset="utf-8">
  3. <style>
  4. article{background-color:#cc9933;padding:5px;}body{background-color:#cc0000;font-family:Arial;font-size;14pt}a{color:#006600;text-decoration:none}a:visited{color:#006600;}a:hover{color:#ffc0cb;background-color:#ffff00;}span{color:#cc0000;font-weight:bold;}
  5. </style>
  6.  
  7.  
  8. <body>
  9. <a name="top"></a>
  10. <header> <h1 style="text-align:center;background-color:#660000;color:#cc0000;line-height:75px"> Jason's Book Depot</h1>
  11. </header>
  12. <article>
  13. <p style="text-align:center;font-style:italic"> Where you can find great bargains and deals on<br> new and used books! </p>
  14. <p>
  15. Jason's Book Depot <br>
  16. 1013 Main St <br>
  17. Lewisville, TX 75029
  18. </p>
  19. <br>
  20. <h2> Contents </h2>
  21. <nav>
  22. <ul>
  23. <li><a href="about.htm">About Jason's Book Depot</a>
  24. <li><a href="new.htm">New Books</a>
  25. <li><a href="special.htm">Special Events </a>
  26. </ul>
  27.  
  28.  
  29.  
  30.  
  31. </article>
  32. </nav>
  33. </body>
  34. </html>
Add Comment
Please, Sign In to add comment