您的位置:首页 > Web前端 > HTML

html 表格特殊标题 (legend)

2010-05-12 11:07 239 查看
<html>
<head>
<mce:style type="text/css"><!--
td
{
width:50;
height:50;
text-align:center;
vertical-align: center;
}
table
{
vertical-align: bottom;
}
legend
{
text-align:center;
}
fieldset
{
width:300;
height:300;
}
div
{
width:300;
text-align:center;

}

--></mce:style><style type="text/css" mce_bogus="1">		td
{
width:50;
height:50;
text-align:center;
vertical-align: center;
}
table
{
vertical-align: bottom;
}
legend
{
text-align:center;
}
fieldset
{
width:300;
height:300;
}
div
{
width:300;
text-align:center;

}
</style>
</head>
<body>
<fieldset>
<legend style="color:red" mce_style="color:red">Title</legend>
<div>
<table border=1>
<tr><td>111</td><td>222</td><td>333</td></tr>
<tr><td>444</td><td>555</td><td>666</td></tr>
<tr><td>777</td><td>888</td><td>999</td></tr>
</table>
</div>
</fieldset>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: