In this lecture, we will explore HTML Forms concepts:
- Form
<form> - Fieldset
<fieldset> - Inputs
<input type="...">- Text
- Password
- Number
- Date
- Radio Button
- Checkbox
- Telephone Number
- File Upload
- Submit
- Reset
- Select
<select>
You can watch the recorded session here: Watch the recording
The slides used in the lecture: Slides
As part of this course, you’re expected to review the following materials to strengthen your understanding of Forms. These are mandatory and crucial for your understanding These resources will help you understand more about the lecture topics and more:
Use everything we learned in the session and self-learning, get creative 🦃
Hints if you want ideas:
Make either a login page for your own blog website, or a form for joining a student club.
Once you’ve completed your task, share your repository link in the GitHub assignment form: Submission Form
If you’re interested in exploring more about Forms, here are some extra materials you can check out at your own pace: