HTML and CSS Reference
In-Depth Information
Your job was to finish adding the <span> elements to the rest of the music
recommendations and test your page. Here's the solution:
<ul>
<li><span class="cd"> Buddha Bar </span> ,
<span class="artist"> Claude Challe </span></li>
<li><span class="cd"> When It Falls </span> ,
<span class="artist"> Zero 7 </span></li>
<li><span class="cd"> Earth 7 </span> ,
<span class="artist"> L.T.J. Bukem </span></li>
<li><span class="cd"> Le Roi Est Mort, Vive Le Roi! </span> ,
<span class="artist"> Enigma </span></li>
<li><span class="cd"> Music for Airports </span>
<span class="artist"> Brian Eno </span></li>
</ul>
 
Search WWH ::




Custom Search