HTML Form tags, Form, input (radio, checkbox) and select

5. Summary and References

Summary

The tags discussed in this module are used to give a user a set of options where they can choose one or more from a list and the browser will send the selected option/s as the user’s input. For radio buttons only one option can be chosen. For selection, it can be coded so that the user can choose only one option or the user can choose multiple values. For checkboxes, the user can check from the options as many items as they want.

References

W3Schools. (n.d.). HTML <input type="radio">. Retrieved from w3schools.com: https://www.w3schools.com/tags/att_input_type_radio.asp

W3Schools. (n.d.). HTML <input type="checkbox">. Retrieved from w3schools.com: https://www.w3schools.com/tags/att_input_type_checkbox.asp

W3Schools. (n.d.). HTML <input> Tag. Retrieved from w3schools.com: https://www.w3schools.com/tags/tag_input.asp

W3Schools. (n.d.). HTML <select> Tag. Retrieved from w3schools.com: https://www.w3schools.com/tags/tag_select.asp