最新!我的 44 頁電子書「44 分鐘學會 CSS」已經出版! 😃

立即取得 →

範例: 複製

訂閱電子報
<form action="/subscribe" method="post">
  <fieldset>
    <legend>Subscribe to the Newsletter</legend>
    <input type="email" name="email">
    <button>Ok</button>
  </fieldset>
</form>

disabled

停用 fieldset 包含的控制項。

不需要值。