From 01ba4a8db09478578e47cc260adafd57ee3df3be Mon Sep 17 00:00:00 2001 From: a-turgut <42971368+a-turgut@users.noreply.github.com> Date: Fri, 18 Jan 2019 05:46:35 +0300 Subject: [PATCH] google link updated: from.php to form.php (#33607) --- guide/english/html/elements/form-tag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/elements/form-tag/index.md b/guide/english/html/elements/form-tag/index.md index fdf3e27e75..2da23fc9cc 100644 --- a/guide/english/html/elements/form-tag/index.md +++ b/guide/english/html/elements/form-tag/index.md @@ -23,7 +23,7 @@ Here's an example using the action attribute:

Controls will appear inside here.

``` -As you can see, the form is submitting its data to the URL [http://www.google.com/from.php](http://www.google.com/from.php). +As you can see, the form is submitting its data to the URL [http://www.google.com/form.php](http://www.google.com/form.php). ###Method Forms can be submitted using either the GET or POST method.