fieldset 和 legend的应用
2009-11-09 12:44:46 by 【6yang】,
108
visits,
收藏 |
返回
<table width="200" cellpadding="0" cellspacing="0">
<tr>
<td><fieldset style="width:200px; border:1px solid #ccc; height:300px;" align="center"> <legend> 无名表格 </legend>
<p align="right">
</fieldset>
<fieldset style="width:200px; border:1px solid #ccc; height:300px;"><legend>fdddddddddddddddddddddddddddddddd</legend></fieldset></td>
</tr>
</table>
share