Chapter 6. HTML: Create Forms

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 topics are covered in this chapter.

TOPICS

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.

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 topics are covered in this chapter.

TOPICS

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.