Input Tags in HTML
Input
for recieving the input data of the user
Input Types
- button
- checkbox
- image
- number
- radio: a single value to be selected out of multiple choices
- range
- reset: 초기화
- submit
- tel
- text
reference
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
This post is licensed under CC BY 4.0 by the author.