HTML Form With Legend
<form action="<<**SelectionInsertionPlaceholder**>>" method="get">
<fieldset>
<legend>Form Name</legend>
<p><label for="first">First Input: </label><input type="text" name="first" id="first" /></p>
</fieldset>
<p><input type="submit" /></p>
</form>
Added to HTML by Stuart Sharpe