bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/HTML

HTML

Forms and Input

Build forms that collect, validate, and structure user input in a way browsers understand.

Lesson 1

HTML Forms

An HTML form is used to collect user input. The user input is most often sent to a server for processing. Example First name: Last name: The <form> Element The HTML <form> element is used to create a…

4 min
Read lesson →
Lesson 2

HTML Forms Code Challenge

Challenge: Form Elements Test your understanding of HTML forms by completing this coding challenge.

2 min
Read lesson →
Lesson 3

HTML Form Attributes

HTML Form Attributes

3 min
Read lesson →
Lesson 4visual

HTML Form Elements

This chapter describes all the different HTML form elements. The HTML <form> Elements The HTML <form> element can contain one or more of the following form elements: <input> <label> <select> <textare…

4 min
Read lesson →
Lesson 5

HTML Form Elements Code Challenge

Challenge: Dropdown and Textarea Test your understanding of HTML form elements by completing this coding challenge.

2 min
Read lesson →
Lesson 6visual

HTML Input Types

HTML Input Types

8 min
Read lesson →
Lesson 7

HTML Input Types Code Challenge

Challenge: Build a Login Form Test your understanding of HTML input types by completing this coding challenge.

2 min
Read lesson →
Lesson 8visual

HTML Input Attributes

HTML Input Attributes

7 min
Read lesson →
Lesson 9visual

HTML Input form* Attributes

This chapter describes the different form* attributes for the HTML <input> element. The form Attribute The input form attribute specifies the form the <input> element belongs to. The value of this at…

4 min
Read lesson →