which tagis used to allow multiple lines of text in a single input item?
Answers
Answered by
0
Answer:
<textarea> tag
Explanation:
In fact, if you want your users to enter multiple lines of text, you should use the <textarea> tag. The <textarea> tag is a specialized tag to allow multiple lines of text input.
Similar questions