London|ITP-January-2026|Alexandru Pocovnicu|Sprint 2|Form controls#943
London|ITP-January-2026|Alexandru Pocovnicu|Sprint 2|Form controls#943alexandru-pocovnicu wants to merge 14 commits intoCodeYourFuture:mainfrom
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.
You did some very good work in this PR @alexandru-pocovnicu! I added a few comments for you to review.
- I am unsure of the use of
 . Is this for formatting/styling purposes? I would avoid using this for a number of reasons: screen reader might announce each as a space and pause; it's hard for future developers to maintain; it's breaks responsive layouts.
| <footer> | ||
| <!-- change to your name--> | ||
| <h2>By HOMEWORK SOLUTION</h2> | ||
| <h3>By Alexandru Pocovnicu</h3> |
There was a problem hiding this comment.
🤔 You might consider using a different HTML element for your name within the footer. Right now, having <h3> in the footer will signal to screen readers that there is something new and important in the footer (like a sub-topic). In a sense, it breaks the semantic order of the page.
|
Thank you, I have added them in to a table, is there any other way of adding white space? |
I wouldn't worry too much about the alignment and spacing in the exercise! 🙂 |
|
done |
jenny-alexander
left a comment
There was a problem hiding this comment.
Great job @alexandru-pocovnicu
|
thank you |

Learners, PR Template
Self checklist
Changelist
Created a fill out form using only HTML