...

/

Form Input Field Markup and Layout

Form Input Field Markup and Layout

In this lesson, we will Iearn how form fields are structured in HTML.

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>
...