Updated the URL of <input> tag (#21392)

This commit is contained in:
Rogel Horlador
2018-11-10 07:54:10 +08:00
committed by nik
parent 3e1187ded8
commit c582a638cc

View File

@ -35,7 +35,7 @@ Forms can be submitted using either the GET or POST method.
###Elements
The `<form>` element will have at least have one of the following elements nested inside of it:
- [`<input>`](https://guide.freecodecamp.org/html/elements/input "Input")
- [`<input>`](https://guide.freecodecamp.org/html/elements/input-tag "Input")
- [`<button>`](https://guide.freecodecamp.org/html/elements/button-tag "Button")
- [`<label>`](https://guide.freecodecamp.org/html/elements/label-tag "Label")
- [`<select>`](https://guide.freecodecamp.org/html/elements/select-tag "Select")
@ -44,4 +44,4 @@ The `<form>` element will have at least have one of the following elements neste
### Resources
- [W3 Schools Form Resource](https://www.w3schools.com/tags/tag_form.asp "W3 Schools")
- [Mozilla Form Resource](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form "Mozilla Form")
- [Mozilla Form Resource](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form "Mozilla Form")