Week 2 Day 1: HTML forms and input validation

This commit is contained in:
2025-12-23 16:03:56 +05:30
parent df6447c8eb
commit d38fa637b6
4 changed files with 120 additions and 0 deletions

32
Week-2/Day-1/Readme.md Normal file
View File

@@ -0,0 +1,32 @@
# Week 2 Day 1 Advanced HTML Forms
### Date
18 December 2025
### Objective
To understand and implement HTML forms for collecting user input and apply basic validation techniques.
### Topics Covered
- HTML form structure
- Input types and labels
- Form attributes and validation
- Accessibility best practices
### Activities Performed
- Studied HTML form elements and attributes.
- Created login and registration forms.
- Implemented basic client-side validation.
- Tested form behavior in browser.
### Tools & Technologies Used
- HTML5
- Visual Studio Code
- Web Browser
### Learning Outcomes
- Understood how forms work in HTML.
- Learned to validate user input.
- Improved ability to create structured forms.
### Status
Completed