Sample Video Frame

Created by Zed A. Shaw Updated 2024-02-17 04:54:36
 

08: Forms

Forms are easily the most complicated part of HTML because they take input from the user and send it to the server for processing. To accomplish this the HTML form system includes many User Interface (UI) controls from your main operating system, and needs a way to package users' inputs to send to the server. For users the forms can be mostly simple text inputs and buttons, but for the programmer there are many complexities.

Warm-up

You should make a new file with the following HTML:

Previous Lesson Next Lesson

Register for Learn JavaScript the Hard Way

Register today for the course and get the all currently available videos and lessons, plus all future modules for no extra charge.