Fieldset Around Data
How to draw a border with caption around the data or form.
<fieldset>
<legend>
Health information:
</legend>
<form action=”">
Height <input type=”text” size=”3″>
Weight <input type=”text” size=”3″>
</form>
</fieldset>
If there is no border around the input form, your browser is too old.


