HTML and CSS Reference
In-Depth Information
BE the Browser Solution
On the left, you'll find the HTML
for a table. Your job is to play
like you're the browser displaying
the table. Here's the
solution.
<table>
<tr>
<th> Artist </th>
<th> Album </th>
</tr>
<tr>
<td> Enigma </td>
<td> Le Roi Est Mort, Vive Le Roi! </td>
</tr>
<tr>
<td> LTJ Bukem </td>
<td> Progression Sessions 6 </td>
</tr>
<tr>
<td> Timo Maas </td>
<td> Pictures </td>
</tr>
</table>
We for matted the HTM L so
that i t's easier to read if you
happen to be a human.
Search WWH ::




Custom Search