Some feedback please on survey


https://codepen.io/snickerz/pen/QWWpwVb

Hi @snickerz, your form looks okay but you have many coding errors. Rather than list them all here I’m going to suggest that you cut&paste your HTML code into https://validator.w3.org. Just click on the ‘Validate by Direct Input’ tab, paste your code and click the ‘Check’ button and follow instructions to correct.
Since codepen only requires you to put in the code that would go between the <body> </body> tags you can ignore the first couple of errors. But also note that you have an opening body element and never close it.

A couple of suggestions regarding your form. Don’t use the <br> tag for spacing, instead use margin and/or padding in CSS. Also, change the cursor to a pointer when hovering over the Submit button.

It’s just my check box’s that the tester says need to fix everything on there is ok?? that is the feedback of what am I doing wrong?? but thanx for the other helpful advice too.