传智黑马39期WEB前端教程-HTML5-HTML5 新增标签和属性-fieldset元素

fieldset元素

fieldset 元素可将表单内的相关元素分组,打包

<fieldset>
    <legend>用户登录</legend>
    用户名:<input type="text" /><br/><br/>
    密   码:<input type="password">
</fieldset>

  

posted on 2019-11-25 11:00  herisson_pan  阅读(3)  评论(0)    收藏  举报

导航