Created
October 3, 2012 00:17
-
-
Save sdesai/3824169 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html> | |
<head> | |
<title>Test Named Fields</title> | |
</head> | |
<body> | |
<p><button id="btn" name="namedButton">A Named Button</button></p> | |
<p><input type="text" id="txt" name="namedText"> A Named Text Field</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment