Chapter 6. HTML: Create Forms
In this chapter, you'll learn how to create forms that are used to obtain user inputs. There are different types of form elements such as a text input, check box, radio button, or select box.
The following lessons are covered in this chapter.
Lessons in this chapter
- Create Forms
- Create Text Input Forms and Submit Button
- Radio Button and Checkbox
- Select Box
- Labels
- Auto Complete and Disabled
Note: This course covers how to create forms using HTML and CSS. HTML and CSS only provide a structure and visual representation of forms. To process the user input data, you must learn programming languages such as JavaScript, Python, PHP, Ruby, or other languages.