当前位置: 代码迷 >> HTML/CSS >> Html缠绕数据FiledSet
  详细解决方案

Html缠绕数据FiledSet

热度:170   发布时间:2012-10-30 16:13:36.0
Html围绕数据FiledSet
<html>

<body>

<fieldset>
<legend>
Health information:
</legend>
<form>
Height <input type="text" size="3">
Weight <input type="text" size="3">
</form>
</fieldset>

<p>
If there is no border around the input form, your browser is too old.
</p>

</body>
</html>
?
  相关解决方案