Agenda

HTML Forms

HTML Validation Attributes

Styling HTML Forms

Overview | <form> Element | Input Elements | Client-Side Validation | Styling | Worksheet

Intro to HTML Forms

We use HTML forms to get inputs from the user.

First, you need to learn to code HTML forms.

Then you can learn to use client-side validation attributes in HTML.

Then you can learn to style your HTML forms.

Later you’ll learn to process the forms using client-side code.

Even later, you’ll learn how to process the forms using server-side code.

Other Topics in this Lesson:

HTML <form> Element

Form Input Elements

Client-Side Validation

Styling HTML Forms

Week 2 Worksheet