L571 --> syll --> table_test.html
SLIS@IU logo

Information Architecture for the Web logo

Spring
2007

Room
Time
Instructor: Howard Rosenbaum
Telephone: 855-3250
Office hours
LI002 9:30-12:15 AM M mail iconhrosenba@indiana.edu Office: 005B@SLIS 12:30-2:00 M
3:30-5:30 PM T


In class exercise #1: Tables

Draw this table

<table border="2">
<tr>
<td rowspan="3" colspan="2">Cell#1</td>
<td>Cell#3</td>
<td>Cell#4</td>
<td>Cell#5</td>
<td>Cell#6</td>
</tr>
<tr>
<td>Cell#9</td>
<td>Cell#10</td>
<td>Cell#11</td>
<td>Cell#12</td>
</tr>
<tr>
<td>Cell#15</td>
<td rowspan="2" colspan="3">Cell#16</td>
</tr>
<tr>
<td>Cell#19</td>
<td>Cell#20</td>
<td>Cell#21</td>
</tr>
</table>

You can see the table here.
Page by Howard Rosenbaum
Find me at hrosenba@indiana.edu http://www.slis.indiana.edu/hrosenba/www/L571/syll/table_test.html