Form Input Field Markup and Layout
In this lesson, we will Iearn how form fields are structured in HTML.
We'll cover the following...
Linking labels and input fields through id attributes
When creating a form field, two HTML elements have to be linked:
- an
<input>
field - and a
<label>