Hi so its day 12 in my coding journey and I have completed my “Build A Survey Form” project and although i have added all the required code I am not very pleased with the aesthetics of my project any constructive criticism and feedback will be much appreciated.
Many Thanks,
Mohamed
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36.
Thank you so much for the feedback and the “colorhex” link which I will definitely be using on a regular basis. I think I will move on and improve it before I begin my portfolio as you recommend
Wow thank you I think i’ve caught the coding bug as it seems to be the only thing I can think about and in regards to your points I will make all those changes right away
Your form looks good @mmohamud720. Some things to revisit;
On using codepen. codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
The link to your font would go in the box labeled ‘Stuff for <head>’
Run your HTML code through the W3C validator. Just copy your HTML and paste it into the ‘Validate by Direct Input’ tab.
There a errors you need to clean up.
Note that it’s just <p>…there are no such elements as <p1> <p2> etc