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