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))