<div class="row">
<div class="large-6 columns">
<label>URL Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL.
- <input type="text" placeholder="https://foundation.zurb.com" pattern="url">
+ <input type="text" placeholder="https://foundation.zurb.com" pattern="url">
+ </label>
</div>
<div class="large-6 columns">
<label>Website Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL or a Domain.