What is the correct html tag for making a text input field?
Answers
Answered by
1
Answer:
The <input> element is used to create form fields that accept user input. Form <input> elements can be presented many different ways, including simple text fields, buttons, checkboxes, drop-down menus, and more, by setting the type attribute of the input element to the appropriate value.
Hope It Helps u
Answered by
3
Answer:
Hey dear
Explanation:
Begin with the <textarea> tag to indicate the beginning of a multi-line text box. Use the <label> tag to give your text area a name if you like.
Specify the number of rows. ...
Indicate the number of columns. ...
Add the </textarea> closing tag.
Similar questions