legend-html
HTML
<!--@code4mk-->
<form action="/subscribe" method="post">
<fieldset>
<legend>Subscribe to the Newsletter</legend>
<input type="email" name="email">
<button type="submit">Ok</button>
</fieldset>
</form>
<!--@code4mk-->
<form action="/subscribe" method="post">
<fieldset>
<legend>Subscribe to the Newsletter</legend>
<input type="email" name="email">
<button type="submit">Ok</button>
</fieldset>
</form>