Skip to content

Instantly share code, notes, and snippets.

@mgiacomini
Created July 22, 2015 20:42
Show Gist options
  • Save mgiacomini/2acf29f256063b7e2924 to your computer and use it in GitHub Desktop.
Save mgiacomini/2acf29f256063b7e2924 to your computer and use it in GitHub Desktop.
<form>
<fieldset>
<legend>Newsletter</legend>
<label>Your e-mail:</label>
<input type='email' name='email' required/>
<input type='submit' name='submit'/>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment