ydl0025
新手上路

UID 105120
精华
0
积分 49
帖子 78
金钱 49 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2007-12-29 来自 北京
状态 离线
|
html里fieldset标签的使用
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>fieldset标签的使用</title>
</head>
<table width="200" height="100">
<tr>
<td><fieldset>
<legend>推广统计</legend>
<table width="200" height="100">
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</fieldset> </td>
</tr>
</table>
<body>
</body>
</html>
|  没有什么事是做不到的,关键是你有没有去做 |
|