Birmingham | MAY 2026 | Ogbemi Mene | Sprint 1 | Form control#1294
Open
meneogbemi42-bit wants to merge 4 commits into
Open
Birmingham | MAY 2026 | Ogbemi Mene | Sprint 1 | Form control#1294meneogbemi42-bit wants to merge 4 commits into
meneogbemi42-bit wants to merge 4 commits into
Conversation
added 2 commits
May 16, 2026 14:01
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Luro91
reviewed
May 20, 2026
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>T-shirt sales</title> | ||
| <link rel="stylesheet" href="Untitled-1.css"> |
There was a problem hiding this comment.
What else could you use as file name for the stylesheet to adhere more to standard naming?
| <link rel="stylesheet" href="Untitled-1.css"> | ||
| </head> | ||
|
|
||
| <body> |
There was a problem hiding this comment.
I see 3 errors when checking the file in the w3 validator. How can you fix them?
|
|
||
| <div> | ||
| <label for="name">NAME</label> | ||
| <input type="text" name="name" id="name" placeholder="name" value="name" required> |
There was a problem hiding this comment.
How can you ensure that the name has at least 2 characters?
|
|
||
| <label for="size">size of T-shirt</label> | ||
|
|
||
| <select name="size" id="size" required> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Learners, PR Template
Self checklist
Changelist
on this pull request i created my own form from the beginning with html and css files