Formlarda Gruplama
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
<fieldset> | |
<legend>Personal Information:</legend> | |
<div> | |
<label for="first_name">First Name</label> | |
<input type="text" name="first_name" id="first_name"> | |
</div> | |
<div> | |
<label for="last_name">Last Name</label> | |
<input type="text" name="last_name" id="last_name"> | |
</div> | |
<label for="gender">Profession</label> | |
<input type="text" name="profession" id="profession"> | |
</div> | |
</fieldset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment