Skip to content

helio-training/html-forms-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Forms

Introduction to HTML forms

Getting Started

To get started, fork, and clone this repository.

Install the dependencies using: npm install or yarn

Start up the server using npm start

Practice

  1. Create a form with these fields:
    • First Name (Required)
    • Last Name (Required)
    • Email Address (Required) (Valid Email)
    • Age (Required) (Range: 0 - 120)
    • Password (Required) (6 characters min)
    • Bio (multiple lines)
    • Location (Drop down for state)
    • Gender
  2. Make sure the form has the appropriate input types
  3. Create a submit and reset button

Great Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published