HTML and CSS Reference
In-Depth Information
4. There are no programs that start at 9:30, so you'll add the table row but without
any programs listed. Add the following row:
<tr>
<th>9:30</th>
</tr>
5. Complete the schedule table by adding the last table row for the World News
Feed occurring every night from 10:00 to 10:30. This single program occupies a
single row and spans seven columns. Add the following row:
<tr>
<th>10:00</th>
<td colspan=”7”>World News Feed</td>
</tr>
Figure 5-15 shows the code completing the structure of the schedule table.
Figure 5-15
Adding the remaining KPAF evening programs
four programs
start at 8:00
one program
start s at 8:30
lasting 30
minutes
one program
starts at 9:00
lasting 1 hour
no p rograms
start at 9:30
one program
starts at 10:00
6. Save your changes to the file, and then reload the schedule.htm file in your Web
browser. Figure 5-16 shows the complete evening schedule of programs offered
by KPAF.
Search WWH ::




Custom Search