Updated the URL of <input> tag (#21392)
This commit is contained in:
@ -35,7 +35,7 @@ Forms can be submitted using either the GET or POST method.
|
|||||||
###Elements
|
###Elements
|
||||||
The `<form>` element will have at least have one of the following elements nested inside of it:
|
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")
|
- [`<button>`](https://guide.freecodecamp.org/html/elements/button-tag "Button")
|
||||||
- [`<label>`](https://guide.freecodecamp.org/html/elements/label-tag "Label")
|
- [`<label>`](https://guide.freecodecamp.org/html/elements/label-tag "Label")
|
||||||
- [`<select>`](https://guide.freecodecamp.org/html/elements/select-tag "Select")
|
- [`<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
|
### Resources
|
||||||
- [W3 Schools Form Resource](https://www.w3schools.com/tags/tag_form.asp "W3 Schools")
|
- [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")
|
||||||
|
Reference in New Issue
Block a user