Skip to content

Instantly share code, notes, and snippets.

@sdesai
Created October 3, 2012 00:17
Show Gist options
  • Save sdesai/3824169 to your computer and use it in GitHub Desktop.
Save sdesai/3824169 to your computer and use it in GitHub Desktop.
<!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