Web Forms

Taley'a Mirza

Why we use web forms?

Admission form

Survey form

New Google Account

Facebook Login

Web forms are a very powerful tool for interacting with users

Add interaction in the website

allowing them to control the UI

Collect information from the user

Provide dynamic experience to the user

  • Buttons
  • Text Fields
  • List of options
  • Check boxes
  • Multiple Options
  • Volume Control
  • Dates

Form elements

  • marking up their HTML structure,
  • styling form controls,
  • validating form data, and
  • submitting data to the server.

Essential aspects of Web forms

HTML Forms

By Taley'a Mirza

HTML Forms

  • 707