Last active
January 24, 2021 15:01
-
-
Save 5t3ph/c1228c322cb2211cccc3f339e278392e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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