新品!我的 44 页电子书“44 分钟学会 CSS”已发布! 😃

立即获取 →

# fieldset

定义表单中的一组控件

示例: 复制

订阅时事通讯
<form action="/subscribe" method="post">
  <fieldset>
    <legend>Subscribe to the Newsletter</legend>
    <input type="email" name="email">
    <button>Ok</button>
  </fieldset>
</form>

disabled

禁用 fieldset 包含的控件。

不需要值。