There was an error while loading. Please reload this page.
Label allows to create label tags into forms.
<%= f.Label("My Label") %>
Produces:
<label>My Label</label>