Pcpcppc

老彭的挨踢自留地

一个不常用的HTML标签fieldset

一个不常用的HTML标签fieldset,昨天在一个Durham University读博的中国人主页上看到
觉得挺有意思,搜索了一下,帖在这里

<fieldset>
<legend>fieldset名称</legend>
<!-- 加入你的内容 -->
</fieldset>

下面是一个代码示例: 

 1<center>
 2<fieldset style="width:300px">
 3<legend>用户登陆</legend>
 4<form name="login" method="post">
 5帐号:<input name="UserName"></input>
 6<br><br>
 7密码:<input type="password" name="UserPassword"></input>
 8<br><br>
 9<input type="submit" value="登陆" name="Submit"></input>
10&nbsp;&nbsp;
11<input type="reset" value="重填" name="Reset"></input>
12</form>
13</fieldset>
14</center> 

 

posted on 2007-06-10 10:51 老彭 阅读(79) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: