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

HTML fieldset标签

2015-11-15 21:37 477 查看
<fieldset style="width:300px">
<legend><b>登录</b></legend>
<form>
用户名:<input type="text" style="width:200px"/><br />
密    码:<input type="password" style="width:200px" />
</form>
</fieldset>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: