HTML标签——fieldset
用户登陆
帐号:

密码:

  

<center>
<fieldset style="width:300px">
<legend>用户登陆</legend>
<form name="login" method="post">
帐号:<input name="UserName"></input>
<br><br>
密码:<input type="password" name="UserPassword"></input>
<br><br>
<input type="submit" value="登陆" name="Submit"></input>
&nbsp;&nbsp;
<input type="reset" value="重填" name="Reset"></input>
</form>
</fieldset>
</center>
posted on 2005-07-20 23:05  凌霄城上的狗  阅读(309)  评论(0)    收藏  举报