Subject: fieldset -- to group a set of field
Author: WebSpider
Posted on: 11/24/2008 08:39:43 PM
You can group your data by drawing a border with a caption around them.
<html>
<body>
<FIELDSET>
<LEGEND>Health information:</legend>
<form action="">
Height <input type="text" size="3" />
Weight <input type="text" size="3" />
</form>
</fieldset>
</body>
</html>
References: