Created
July 30, 2019 18:01
-
-
Save aaggour/e2e63c05a4301ee98b6060855006b728 to your computer and use it in GitHub Desktop.
name attribute
This file contains hidden or 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 type="text" name="foo"> | |
| <input type="text" name="bar"> | |
| <input type="submit" name="submit" value="Test me"> | |
| <ol> | |
| <li><input type="radio" name="rbtn" value="1"> 1st Choice</li> | |
| <li><input type="radio" name="rbtn" value="2"> 2nd Choice</li> | |
| <li><input type="radio" name="rbtn" value="3"> 3rd Choice </li> | |
| </ol> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment