Advertisement
Guest User

Discography.html

a guest
May 26th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6. <link rel="stylesheet" type="text/css" href="Style sheet.css">
  7. <title>Biography</title>
  8. </head>
  9.  
  10. <body>
  11.  
  12. <header>
  13.  
  14. <ul>
  15. <li><a href="Index.html">HOME</a></li>
  16. <li><a class="active" href="Discography.html">DISCOGRAPHY</a></li>
  17. <li><a href="Events.html">EVENTS</a></li>
  18. <li><a href="Gallery.html">GALLERY</a></li>
  19. </ul></div>
  20.  
  21. </header>
  22.  
  23. <h1>Discography</h1>
  24. <table>
  25. <tr>
  26. <th>Mother's Milk</th>
  27. <th>Blood Sugar Sex Magik</th>
  28. <th>One Hot Minute</th>
  29. <th>Californication</th>
  30. <th>By The Way</th>
  31. <th>Stadium Arcadium</th>
  32. </tr>
  33. <tr>
  34. <td><img src="http://ecx.images-amazon.com/images/I/714RRxP82XL._SL1300_.jpg" width="100px" height="auto" alt="Mother's Milk"></td>
  35. <td><img src="https://upload.wikimedia.org/wikipedia/en/5/5e/RHCP-BSSM.jpg" width="100px" height="auto" alt="Blood Sugar Sex"></td>
  36. <td><img src="http://ecx.images-amazon.com/images/I/818v2V9n0RL._SL1425_.jpg" width="100px" height="auto" alt="One Hot Minute"></td>
  37. <td><img src="https://upload.wikimedia.org/wikipedia/en/d/df/RedHotChiliPeppersCalifornication.jpg" width="100px" height="auto" alt="Californication"></td>
  38. <td><img src="http://ecx.images-amazon.com/images/I/81RM%2BS0I9wL._SL1425_.jpg" width="100px" height="auto" alt="By The Way"></td>
  39. <td><img src="https://upload.wikimedia.org/wikipedia/en/e/e6/Stadiumarcadium.jpg" width="100px" height="auto" alt="Stadium Arcadium"></td>
  40. </tr>
  41. </table>
  42.  
  43. </body>
  44.  
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement