0
In form element, what does the type attribute do?
2 Answers
+ 1
The form tag has 2 main attributes: method and action. The "type" attribute is for the inputs inside a form
+ 2
in form, type attribute is used in <input> elements
eg. <input type="text" />
https://www.w3schools.com/tags/att_type.asp