Skip to content

Instantly share code, notes, and snippets.

@oreillyross
Created March 27, 2016 19:02
Show Gist options
  • Save oreillyross/b5059e4708cc4ec9de32 to your computer and use it in GitHub Desktop.
Save oreillyross/b5059e4708cc4ec9de32 to your computer and use it in GitHub Desktop.
<form>
<fieldset>
<legend>
Application Form
</legend>
First Name: <input name="firstName" type="text" placeholder="Enter your first name" />
Last Name: <input name="lastName" type="text" placeholder="Enter your last name" />
Email Address: <input name="emailAddress" type="email" placeholder="Enter your e-mail address" />
</fieldset>
<input type="submit" value="Enroll" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment