Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created May 25, 2022 07:42
Show Gist options
  • Save nfreear/13cee113ff81f8ad869161fc2b7a2b3a to your computer and use it in GitHub Desktop.
Save nfreear/13cee113ff81f8ad869161fc2b7a2b3a to your computer and use it in GitHub Desktop.
<!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>
&lt;p>&lt;input type="reset" name="reset" value="Clear Form">&lt;/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