control the height of a table cell

liunx

Guest
I got this question in my HTML Test. I still don't know the answer, could someone out there help me?<br />
A design requirement of a Web page (coded with HTML only) is to control the height of a table cell. How do you implement this for Netscape Navigator?<!--content-->you can use stylesheets to control the table cells size.<br />
<br />
e.g<br />
<br />
<td style="height:100px;"></td><!--content-->
 
Back
Top