Section 1.1: Creating the First Table
NOTE: Remember that all attribute values are enclosed within double quotes and the image tag is an empty tag. Watch your spacing!
Givin' It Up finds crossover jazz icons guitarist George Benson and vocalist Al Jarreau teaming up for a breezy, enjoyable melodic session that highlights both artists' long careers. Technically a duo album, it is Benson's first since signing with Concord Records. More…
http://itunes.apple.com/us/album/givin-it-up/id191922746
Genre: Jazz
Released: Sep 26, 2006
© 2006 Concord Music Group, Inc./Monster LLC.
Section 1.2: Creating the Second Table
You are now going to create six more rows containing 4 columns within each row. Ready?
Jarreau
http://itunes.apple.com/us/album/givin-it-up/id191922746
Section 1.4 – HTML Commenting
Heres the first setion
<style>
table {
width: 650px;
margin: auto;
border: none;
}
</style>
<table>
<tr>
<td>
<img src="bensonjarreau.jpg" width="184" height="186" title="Album Graphic">
</td>
<td>
<h2>Givin' It Up</h2>
<h3>Album Review</h3>
<p>
Givin' It Up finds crossover jazz icons guitarist George Benson
and vocalist Al Jarreau teaming up for a breezy, enjoyable melodic
session that highlights both artists' long careers. Technically a duo
album, it is Benson's first since signing with Concord Records.
<a href="http://itunes.apple.com/us/album/givin-it-up/id191922746">More...</a>
</p>
<p>
Genre: Jazz <br>
Released: Sep 26, 2006 <br>
© 2006 Concord Music Group, Inc./Monster LLC.
</p>
</td>
</tr>
</table>
Second part, as youy have not attached screenshot so do as needed
<style>
table {
width: 650px;
margin: auto;
border: none;
background-color: #ccf;
}
</style>
<table>
<tr>
<!-- Add the required source code of table headers-->
</tr>
<tr>
<td>1</td>
<td>Breezin'</td>
<td>George Benson & Al Jarreau</td>
<td>5:39</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4">
<!--Place the HTML5 validation link within this table cell-->
</td>
</tr>
</table>
Get Answers For Free
Most questions answered within 1 hours.