-
Notifications
You must be signed in to change notification settings - Fork 15
Brussels |ITP-2025-1| Meysam Razagh | Week 2 |Form Controls #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updated the title and added Tailwind CSS for styling. Enhanced the form layout and added a confirmation message upon submission.
This commit removes the Tailwind CSS integration and complex styling to revert the index.html file back to its starting, basic HTML/CSS state.
| <br><br> | ||
|
|
||
| <!-- t-shirt colour --> | ||
| <p>Colour:</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The colour options should be grouped using <fieldset> and <legend>
| <br><br> | ||
|
|
||
| <!-- t-shirt size --> | ||
| <p>Size:</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should also be grouped using <fieldset> and <legend>
| <footer> | ||
| <!-- change to your name--> | ||
| <h2>By HOMEWORK SOLUTION</h2> | ||
| //my name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In html, comments are written like this <!-- your name -->
Learners, PR Template
Self checklist
Changelist
I built the required wireframe with basic semantic HTML. This PR is my first version for review.
Questions
No questions for now.