Guest User

Index.html

a guest
Jan 22nd, 2018
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. <!-- Place this style element in the correct location within your HTML. Do not add, edit, or take away from it.-->
  2. <style>
  3. body {
  4. width: 600px;
  5. margin: 0 auto;
  6. background-color: tan;
  7. }
  8. </style>
  9.  
  10. <h1>
  11. Modern Jazz Quartet
  12. </h1>
  13.  
  14. <ol>
  15. <!-- John Lewis needs link to biographies.html and scroll to his name on that page -->
  16. <li><a href="members/biographies.html/#John_Lewis">John Lewis</a>, piano
  17. <li>Milt Jackson, vibraphone
  18. <li>Percy Heath, bass
  19. <li>Kenny Clarke or Connie Kay, drums
  20. </ol>
  21.  
  22. <h2>
  23. Modern Jazz Quartet (1957)
  24. </h2>
  25.  
  26. <a href="images/mjq_1957.JPG" title="Larger Picture">
  27. <img border="0" alt="The Modern Jazz Quartet" src="images/mjq_1957_thumbnail.jpg">
  28. </a>
  29. <blockquote>
  30.  
  31. <p>
  32. This is, I feel confident, the kind of music people will still enjoy centuries hence - among the best music of the twentieth century. The tone was always restrained, but never lifeless: the balance was very exact and satisfying. All of the musicians could swing hard when they chose to, but did so without wildness though with plenty of verve and intensity.
  33. <br><i>Joost Daalder</i>
  34.  
  35. </blockquote>
  36.  
  37.  
  38. This review &copy; 2013 by <a href="https://Amazon.com" title="Amazon.com Home Page">Amazon</a>
Advertisement
Add Comment
Please, Sign In to add comment