<form action="/subscribe" method="post">
<fieldset>
<legend>Subscribe to the Newsletter</legend>
<input type="email" name="email">
<button>Ok</button>
</fieldset>
</form>
新品!我的 44 页电子书“44 分钟学会 CSS”已发布! 😃
# fieldset
定义表单中的一组控件。
示例: 复制
disabled
禁用 fieldset 包含的控件。
不需要值。