Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bilalucar
Created February 24, 2017 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilalucar/6e230825191d9fa25f8717dbd12e9dc6 to your computer and use it in GitHub Desktop.
Save bilalucar/6e230825191d9fa25f8717dbd12e9dc6 to your computer and use it in GitHub Desktop.
Formlarda Gruplama
<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