Fieldset Tags
From the menu go to: Insert > Forms > Fieldset

Use Fieldset to draw a border with a caption around your data.

Example:

<fieldsett>
<legend>
Who are you?:
</legend>
<form>
First Name: <input type="text">
Last Name: <input type="text">
</form>
</fieldset>

Result:

Who are you?:
 First Name:
 Last Name:


See Also: Form Samples