Files
Harshit-Sachdev/Week-2/Day-1/Readme.md

33 lines
747 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Week 2 Day 1 Advanced HTML Forms
### Date
22 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