From 4b44e363c4ba4a4063dfc94fac185798a7688dd6 Mon Sep 17 00:00:00 2001 From: Dallin Reeves <44125979+dallin91@users.noreply.github.com> Date: Tue, 20 Nov 2018 17:54:18 -0600 Subject: [PATCH] Added resource under 'More information' (#22957) * Added resource under 'More information' * Fixed formatting --- guide/english/html/html-forms/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/html/html-forms/index.md b/guide/english/html/html-forms/index.md index 208285ed62..6758391dd5 100644 --- a/guide/english/html/html-forms/index.md +++ b/guide/english/html/html-forms/index.md @@ -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))