欢迎来到Kittow的部落格! - http://blog.skyhe.com
Agile Web Development (敏捷Web开发)
Want to Know Something More? Move Your Mouse Here;)我是天空的一片云,偶尔投影在你的波心,你记得也好,最好你忘掉,你我在交汇时,互放的光亮。
——徐志摩《偶然》 More...
ASP | ASP.NET | PHP |
ColdFusion | Perl | Python |
我是天空的一片云,偶尔投影在你的波心,你记得也好,最好你忘掉,你我在交汇时,互放的光亮。
——徐志摩《偶然》 More...
<fieldset>
<legend>fieldset名称</legend>
<!-- 加入你的内容 -->
</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>
<input type="reset" value="重填" name="Reset"></input>
</form>
</fieldset>
</center>