Write the difference between input type text and Textarea tag in HTML forms.
Answers
Answered by
2
Generally speaking an input field is a one-line field (probably to carry something like first name or last name, a phone number, an email). A textarea is a multi-line field that allows you to press ENTER! They are used for addresses or others long and complex type of data (also notes, for instance).
Similar questions