Glasgow | ITP January-2026| Tuan Nguyen | Sprint 1| Form control#1103
Glasgow | ITP January-2026| Tuan Nguyen | Sprint 1| Form control#1103Jacknguyen4438 wants to merge 14 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jenny-alexander
left a comment
There was a problem hiding this comment.
Nice work @Jacknguyen4438. I left a comments for you to review.
| <footer> | ||
| <!-- change to your name--> | ||
| <h2>By HOMEWORK SOLUTION</h2> | ||
| <h2>By Tuan Nguyen</h2> |
There was a problem hiding this comment.
I suggest using something other than <h2> in the footer. By using <h2> you are announcing a major section header within your footer.
There was a problem hiding this comment.
Thank you for the comment, I will find some other tag that are correct.
| <br> | ||
| <div> | ||
| <label for="Color">T-shirt color:</label> | ||
| <input type="color" id="Color" name=" Product color" required> |
There was a problem hiding this comment.
Wow 🤩, I really like this unique choice you made with the color picker. Very interesting.
There was a problem hiding this comment.
Thank you, I choose this because I I think is easier and provide the user choice more precise.
| @@ -17,11 +17,41 @@ <h1>Product Pick</h1> | |||
| <!-- | |||
There was a problem hiding this comment.
I think these comments can be removed since their intention was to help you complete the exercise. Comments in the code can be useful for:
- Describing complex logic or workarounds
- Explaining "why," not "what"
- TODO notes for incomplete work
There was a problem hiding this comment.
Can you review the exercise requirements? Should there be changes in the README file?
There was a problem hiding this comment.
I have check the criteria and make some change. I am happy report that the change now fit with the course check list.
| <br> | ||
| <div> | ||
| <label for="Color">T-shirt color:</label> | ||
| <input type="color" id="Color" name=" Product color" required> |
There was a problem hiding this comment.
I see a leading space in the name=" Product color". This could cause issues if the form was ever submitted for processing.
There was a problem hiding this comment.
Thank you for point this out, this is some gramma mistake I have fix this and it shouldn't be a problem.
| </div> | ||
| <div> | ||
| <br> | ||
| <label for="Size">Shirt size |
There was a problem hiding this comment.
I see something missing on line 36. Can you find the problem?
There was a problem hiding this comment.
Yes I have check and see that is should be after size word and not nested the whole select element.
…rror and update the code for better reading
jenny-alexander
left a comment
There was a problem hiding this comment.
@Jacknguyen4438 Nice work making those code corrections.
Can you review the<label> attributes? Specifically check the casing of your for attributes. It's best practice to user lowercase (even though uppercase is technically ok).
https://courses.cs.washington.edu/courses/cse154/codequalityguide/html/#lowercase-elements
|
@jenny-alexander Hello, thank you for your time on reviewing on my course work. I am very surprise that I received your review at |
@Jacknguyen4438 I live in the United States so it was probably only 8:46pm here 😁. Your PR looks good now. |

Learners, PR Template
Self checklist
Changelist
I have added input allow for the user submit their data through the form website.
Questions
No question