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.