电脑技术学习

特殊标签fieldset实现的表中表效果

dn001
<html>
<head>
<body>
<table width="200">
<tr>
<td><fieldset style="width:200" align="center"> <legend>
<table style="border: 1 solid #000000" width="80" cellspacing="1" cellpadding="0" height="20">
<tr>
<td><font color=blue>网页教学网</font></td>
</tr>
</table>
</legend><br>
</fieldset>
</td>
</tr>
</table>
</body>