Brussels | itp-2026-1 | Sarah Almadi | Week 2 |Feature/form controls#84
Brussels | itp-2026-1 | Sarah Almadi | Week 2 |Feature/form controls#84sarahalmadi wants to merge 22 commits into
Conversation
|
@sarahalmadi , Nice start --- you've got the core controls in place ( What You Did Well
Fix / Improve1. Validate your HTML (you have a hard error)You have Use https://validator.w3.org/#validate_by_input:
This is required workflow when there are typos or tag issues. 2. Name validation: wrong minimum lengthRequirement: valid name = 2 characters or more. 3. Remove fields that are not requestedThe assignment explicitly says we already have address and charging details, and only need:
You added phone number + a pattern requirement. That's out of scope. Remove it. 4. Avoid
|
To make it clearer
To make the code valid
To improve my HTML
to make it related to the home work instead of my name
To finish the final step
Learners, PR Template
Self checklist
I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
My changes meet the requirements of the task
I have tested my changes
My changes follow the style guide
Changelist
Used Semantic HTML based on MDN
Added inputs to my labels
Used 'Radio buttons' and option selection for colors and sizes
Added a footer with my name
checked the code validation
Questions
Ask any questions you have for your reviewer.