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:
See Also: Form Samples