html fieldset 元素可将表单内的相关元素分组。
<form><fieldset><legend>health information</legend> height: <input type="text" /> weight: <input type="text" /></fieldset></form>
<form><fieldset><legend>health information</legend> height: <input type="text" /> weight: <input type="text" /></fieldset></form>