Electronic Equipment Table - Using the Bgcolor Attribute in a Table Row Tag
Table code courtesy of Robert Fishtrom

 

Create a table like the one below, using the bgcolor attribute in the table row tag. Experiment with changing the bgcolor attribute in one table data tag. Name the table electronic.html.

Which tag controls the color, the <tr> tag or the <td> tag when both have a bgcolor attribute?

In order to display an empty cell like the one in the table below, you must place a non-breaking space in the table data cell. The code for a non-breaking space is: &nbsp;. The tag will look like: <td>&nbsp;</td>.

Back to the Week 6 Schedule