Skip to content

Instantly share code, notes, and snippets.

@5t3ph
Last active January 24, 2021 15:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 5t3ph/c1228c322cb2211cccc3f339e278392e to your computer and use it in GitHub Desktop.
Save 5t3ph/c1228c322cb2211cccc3f339e278392e to your computer and use it in GitHub Desktop.
<form>
<fieldset>
<legend>Full Name</legend>
<div class="form-field">
<label for="firstname">First Name</label>
<input type="text" id="firstname" />
</div>
<div class="form-field">
<label for="lastname">Last Name</label>
<input type="text" id="lastname" />
</div>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment