Feedback please! - Harry Potter Survey Form

Harry Potter Survey Form

I just completed Responsive Web Design Survey Form project. Your feedbacks are welcome!

I don’t see anything you should fix (bare in mind I am no expert though) but I love what I see, especially being a Harry Potter fan! Great job!

1 Like

Thank you so much for your response.

You form looks good @programmer1995. 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.
    • Mentioning because while you have a closing html tag there’s no opening one.
  • Don’t use <br> to force spacing and line breaks.
    • Use margin and/or padding in CSS
    • There are ways to group your sections without using <br>
  • In the CSS section, your media query is missing a closing curly brace to close the block

Thank you so much for your suggestions. I’ll definitely make necessary changes.