vb风格的form

1
2
3
4
5
6
7
<form>
<fieldset>
<legend>health information</legend>
height: <input type="text" />
weight: <input type="text" />
</fieldset>
</form>

预览:

health information

height:

weight:

好怀念的样式TuT