Completion requirements
View
1. Introduction
After completing this module, you are expected to:
- Design a simple form as user information input
In the previous module, you have learned about the different types of input tags that we can use for our website forms.
For this module, the form tags that we will learn involves providing the user with choices and making the user choose one or more values. The chosen value or values will be the input that will be accepted for processing. The tags that we will learn are radio buttons, checkboxes, and selection lists.