My Tribute Page n Survey form needs help

After running the test for my tribute page and survey form, i scored: 9/10(tribute page) and 13/17(survey form).

Please, i need some help figuring out where i got it all wrong, i analyzed my codes on code pen, there don’t seem to be any identified error, am just wondering if i missed something.

links to my projects below:
Tribute page => https://codepen.io/ehize/full/mdJdyMX

Survey form => https://codepen.io/ehize/full/YzXzPPZ

Thanks for your time

1 Like

Check this error information for tribute page

1. The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.

You can add this to your img element

max-width: 100%;

to pass the last test

For the survey form you have made a number of mistakes. I suggest you read the error messages below or go over the instructions again

4. Inside the form element, I am required to enter my name in a field with id="name". If I do not enter a name I will see an HTML5 validation error.
5. Inside the form element, I am required to enter an email in a field with id="email". If I do not enter an email I will see an HTML5 validation error.
12. Inside the form element, I can select an option from a dropdown that has corresponding id="dropdown".'
13. Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute. Each radio button must have a value attribute.

Focus on fixing the error messages above.

Yes! you are right. Thanks alot, it worked 10/10

OMGish, survey form is so awesome! Good for you :):slight_smile:

About the survey. Try to add background-attachment: fixed for the better effect :grinning: