HTML

javajam6-music.html

Sep 22nd, 2017
564
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.24 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. <header><img src="javalogo.gif" alt="JavaJam Coffee House" height="117" width="619"></header>
  11. <nav>
  12. <a href="index.html">Home</a> &nbsp;&nbsp;
  13. <a href="menu.html">Menu</a> &nbsp;&nbsp;
  14. <a href="music.html">Music</a> &nbsp;&nbsp;
  15. <a href="jobs.html">Jobs</a>
  16. </nav>
  17. <main>
  18. <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>
  19. <h2>January</h2>
  20. <p class="details">
  21. <a href="melanie.jpg"><img src="melaniethumb.jpg" height="80" width="80" alt="Melanie Morris"></a>
  22. Melanie Morris entertains with her melodic folk style.
  23. Check out the podcast! CDs are now available.</p>
  24. <h2>February</h2>
  25. <p class="details">
  26. <a href="greg.jpg"><img src="gregthumb.jpg" height="80" width="80" alt="Tahoe Greg"></a>
  27. Tahoe Greg&rsquo;s back from his tour. New songs. New stories. CDs are now available.
  28. </p>
  29. </main>
  30. <footer>Copyright &copy; 2013 JavaJam Coffee House<br>
  31. </footer>
  32. </div>
  33. </body>
  34. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment