新! 我的 44 页电子书“CSS 在 44 分钟内”出版了! 😃

立即获取 →

# legend

定义父级内容的标题

示例: 复制

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