-
Notifications
You must be signed in to change notification settings - Fork 15
ITP-2025-1 | Tam Huynh | Week 2 | Form-Controls #20
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
| <br> | ||
| <input type="text" name="text" id="name" minlength="3" required value="yourName"> | ||
| <br> | ||
|
|
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.
Dont follow the good practices in the code style
| <label for="name">What's your name?</label> | ||
| <br> | ||
| <input type="text" name="text" id="name" minlength="3" required value="yourName"> | ||
| <br> |
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 <br> is not a group tag, I recommend you to use <div> or <p>
|
Please do the assignments in different branches and separated PRs |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.