Created
May 25, 2022 07:42
-
-
Save nfreear/13cee113ff81f8ad869161fc2b7a2b3a to your computer and use it in GitHub Desktop.
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
<!doctype html> <title> WAS test </title> | |
<style> | |
body { margin: 1rem auto; max-width: 35rem; padding: 0 .5rem; } | |
</style> | |
<h1> WAS test </h1> | |
<p><input type="reset" name="reset" value="Clear Form"></p> | |
<pre> | |
<p><input type="reset" name="reset" value="Clear Form"></p> | |
</pre> | |
<pre> | |
<hr> | |
NDF, 24-May-2022. | |
* https://dequeuniversity.com/class/forms/labels/visibility#2.5.3-label-in-name, | |
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input#attributes, | |
"name" attribute - "... Submitted with the form as part of a name/value pair" | |
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST#example | |
</pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment