Joy Apps Survey Form

Hello everyone, I’d really appreciate some feedback about my attempt to this challenge.

Thanks :slightly_smiling_face:

1 Like

Your form looks good @joykishan_sharma. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to the font goes in the box labeled ‘Stuff for <head>’
  • Don’t use <br> for line breaks or spacing. That’s what CSS is for.
  • Change the cursor to a pointer when hovering over the submit button.
1 Like

Thanks @Roma, that was really informative. I will make changes to the code. :smile: :+1: