HTML

music.html

Jan 30th, 2018
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>JavaJam Coffee House Music</title>
  5. <meta charset="utf-8">
  6. <link href="javajam.css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <div id="wrapper">
  10. <h1><img src="javalogo.gif" alt="JavaJam Coffee House" height="117" width="619"></h1>
  11. <div id="nav"><a href="index.html">Home</a> &nbsp;&nbsp;<a href="menu.html">Menu</a> &nbsp;&nbsp;<a href="music.html">Music</a> &nbsp;&nbsp;<a href="jobs.html">Jobs</a></div>
  12. <div id="content">
  13. <p>The first Friday night each month at JavaJam is a special night. Join us from 8pm to 11pm for some music you won&rsquo;t want to miss!</p>
  14. <h2>January</h2>
  15. <p class="details">
  16. <a href="melanie.jpg"><img src="melaniethumb.jpg" height="80" width="80" alt="Melanie Morris"></a>
  17. Melanie Morris entertains with her melodic folk style.
  18. Check out the podcast! CDs are now available.</p>
  19. <h2>February</h2>
  20. <p class="details">
  21. <a href="greg.jpg"><img src="gregthumb.jpg" height="80" width="80" alt="Tahoe Greg"></a>
  22. Tahoe Greg&rsquo;s back from his tour. New songs. New stories. CDs are now available.
  23. </p>
  24. </div>
  25. <div id="footer">Copyright &copy; 2013 JavaJam Coffee House<br>
  26. <a href="mailto:[email protected]">[email protected]</a></div>
  27. </div>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment