Added resource under 'More information' (#22957)

* Added resource under 'More information'

* Fixed formatting
This commit is contained in:
Dallin Reeves
2018-11-20 17:54:18 -06:00
committed by Manish Giri
parent 11ed97e860
commit 4b44e363c4

View File

@ -83,3 +83,6 @@ The form tag can also have an attribute named "target" which specifies where the
The action attribute defines the action to be performed when the form is submitted.
Normally, the form data is sent to a web page at the Script URL when the user clicks on the submit button. If the action attribute is omitted, the action is set to the current page.
## More information
- [Wikipedia](https://en.wikipedia.org/wiki/Form_(HTML))