1. 程式人生 > >html fieldset 元素可將表單內的相關元素分組。

html fieldset 元素可將表單內的相關元素分組。

ati eight dset 分組 leg height format info ext

<form>
  <fieldset>
    <legend>health information</legend>
    height: <input type="text" />
    weight: <input type="text" />
  </fieldset>
</form>

html fieldset 元素可將表單內的相關元素分組。