Skip to content

Instantly share code, notes, and snippets.

@hansspiess
Created March 21, 2012 09:53
Show Gist options
  • Save hansspiess/2145869 to your computer and use it in GitHub Desktop.
Save hansspiess/2145869 to your computer and use it in GitHub Desktop.
Frontend: form elements
<input id="radio_id" type="radio" name="radio_name" value="radio_value" checked=""><label for="radio_id">Labeltext</label>
<select id="select_id" name="select_name" size="1">
<option>Text</option>
</select>
<input type="submit" value="Submit" class="" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment