https://codepen.io/philip-song/pen/zYGpzyr
Hi guys, just finished my survey form and I was wondering if you could give me some suggestions to improve the project.
Thanks
~ Phil
https://codepen.io/philip-song/pen/zYGpzyr
Hi guys, just finished my survey form and I was wondering if you could give me some suggestions to improve the project.
Thanks
~ Phil
let’s check it out! I will leave you a feedback after that
Hi there phildabeast,
Your page looks good from the top level.
Looks like the tests reveal some issues to look into though.
A few simple suggestions:
What are the numbers that auto show when you click inside the number field for.
The text field could remove the default text in there when you enter in any info.
Check your fields for their proper fit inside things. Something is outside its bounds.
The checkboxes could be a bit larger for ease of use.
Don’t worry about scrolling off screen just to squeeze it in.
You could tighten up on the margins if you had to.
Good start, keep at it.
Thanks for the feedback ill improve it some more
I like how you used the picture as the background! I might consider using a different color font for your title – or maybe a darker version of the color you have? I’m not sure it’s high enough contrast with the photo.
Your presentation looks very nice, now we need to work on the accessibility a little:
Awesome appreciate the feedback
Welcome to the forums @phildabeast. Your form looks okay. Some things to revisit;
<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.
<br>
element to force spaces or line breaks. There are ways to group like sections and then style them in CSS.Gotcha thanks for the feedback! Every improvement is a good humbling point keep it coming