Created
March 21, 2012 09:53
-
-
Save hansspiess/2145869 to your computer and use it in GitHub Desktop.
Frontend: form elements
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
<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