Survey Form Project[HTML-CSS]

Hey Guys, I just finished my Survey-form Project. I would like you all to see it and let me know how I can improve it. Let me know my mistakes .
Link: https://codepen.io/krrish105/full/abwdeNp
Thank you!..

Hi @jainkarishma76 !

I think your page looks good.

You have a little bit of a horizontal scroll bar for smaller devices.
I would make the width of the survey form a little smaller.

I think you should add the cursor pointer to the submit button.

For codepen, you don’t need the html, doctype or head tags because that is already built into codepen.

Also, this is incorrect for the doctype.

<!DOCUMENT HTML5>

This is the correct one

<!DOCTYPE html>

It looks like you have a few errors in your html and css.

Run your code through the html validator
Run your code through the css codepen analyzer.

Hope that helps!

1 Like

Thank you!!! That was very helpful… :smiley: :smiley:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.