Skip to content

goebers/JS_Lab_1

Repository files navigation

JavaScrip LAB 1 Form validation

Get started

  • Save this repository as zip git clone https://github.com/ilkkamtk/BCW1.git and extract it

Selecting and manipulating elements + events

Task A

  1. Open task_a.html in editor
  2. Make a form with the following input fields
  • Firstname
  • Lastname
  • Email
  • Phone number
  • Address
  • Postal code
  • Password
  • Submit-button
  1. Validate the HTML at http://validator.w3.org. Make the changes validator suggests.
  2. Implement form validation by using HTML5

Task B

  1. Open task_b.html in editor
  2. Copy/paste the form you made in task A
  3. Add novalidate attribute to the form element (disable HTML5 validation)
  4. Implement form validation by using JavaScript

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published