Lesson 2 Forms
Lesson 2 Forms
HTML FORM
❖ is a section of a document which contains
controls such as text fields, password fields,
checkboxes, radio buttons, submit button,
menus etc.
Sign Up Form/Registration Form
Payment Form
Feedback Form
HTML FORM
❖ HTML forms are required when you want to
collect some data from a site visitor.
❖ They are also created using HTML <input> tag but type
attribute is set to checkbox.
Attribute & Description
type Indicates the type of input control and for radio button
input control it will be set to radio.
Output: Code :
Directions: Create the HTML Code for the following. Write them in your
answer sheet.
Output: Code :
Directions: Create the HTML Code for the following. Write them in your
answer sheet.
Output: Code :
Design a simple
HTML form.