Hello here’s my survey form project.
Be nice! hehe!
Hello and Welcome!
A few things…
- Keep the test script in your pen. You’ll need it there when you submit the project. I ran the tests and it looks like you are only passing 10/17.
- When writing HTML on CodePen, you don’t need
<body>
tags as the editor assumes them for you. Additionally, things that go in your<head>
tags are added by clicking the gear button above your HTML editor pane and pasting the code into "Stuff for ". - I like your design, especially the background image. The blue background for the text is a little harsh to look at, but that’s just my opinion.
1 Like
Hello! Thanks for the feedback and advices! I made the changes to pass the test!
The blue color was to make the frames look like FF7’s!
Thanks again!
Softux
Your form looks good @ghedjati.sofyane. Some things to revisit;
- On smaller screens;
-
input
areas for name, email and comment fall out of their div areas - overall, each of the areas gets very small on smaller screens. You probably should leave them wider
-
- Don’t use
<br>
to force line breaks. Use CSS- Look into the
fieldset
andlegend
elements for your radio buttons and checkboxes.
- Look into the
- Change the cursor to a pointer when hovering over the submit button