HTML forms
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
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
- HTML forms in 25 minutes
- Client side form validation
- Learn forms by Web.dev
- W3 schools - form validation
- Youtube
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
Happy new year. Thats it for today folks See you in the next session