InterviewSolution
Saved Bookmarks
| 1. |
Difference between a text feild and multi line text feild |
| Answer» The major difference between a textarea and a text field, is that a text field only has one line, whereas a textarea usually has multiple lines. TextBox: the input element defines an input field. | |