Skip to content

Latest commit

 

History

History

day06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Internet

HTML forms

Day 06 of 90

Previously on 90 Days of web, We introduced HTML and had a high level view of its syntax, elements and tags. In this session, we will explore HTML forms and validators

Intro

Whenever you will want to get data from the client(user), you will use forms. Be it for usernames, passwords, search terms or any other feature that your creativity will implement, forms are the primary tool. Lets see how to implement forms

Resources

  1. HTML forms in 25 minutes
  2. Client side form validation
  3. Learn forms by Web.dev
  4. W3 schools - form validation
  5. Youtube
  6. Google

Learning objectives

By the end of this session, you should be able to explain the following concepts to a five year old :)

  • What does the <textarea> tag do
  • How to use forms to get data from the user
  • What is the <form> element
  • How is the data submited from the form
  • Where is the data processed
  • What is the method attribute in a form element

Wrapping UP

Happy new year. Thats it for today folks See you in the next session