Answer the following questions,
1. What is the use of rowspan attribute?
2. Differentiate between radio button and check box control ?
3. What is the significance of a form in HTML? 4. Differentiate between 'textbox' and 'textarea' control in a form, in HTML ?
Answers
Answered by
2
Answer:
DEAR USER,
1) = The rowspan attribute in HTML specifies the number of rows a cell should span.
2) = Checkboxes and radio buttons are elements for making selections. Checkboxes allow the user to choose items from a fixed number of alternatives, while radio buttons allow the user to choose exactly one item from a list of several predefined alternatives.
3) = A webform, web form or HTML form on a web page allows a user to enter data that is sent to a server for processing.
4) = 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. A TextBox is created by specifying the type attribute to "text". ... The <textarea> tag defines a multi-line text input control.
Hope it helps!!
Similar questions