Give emphasis to the album title by adding the opening and closing emphasis tags.

 <body>
  <p>
    I just listened to <em>Abbey Road</em> for the first time.
  </p>
 </body>
</html>]]>

Add the opening emphasis tag, <em>, and then the closing emphasis tag, </em>.