Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages