Hi everyone, I have completed this Survey-form project and I want your feeback
https://codepen.io/aa159/pen/QWvxrXb
Hi @amr15952 !
I think your form looks good.
I would add a cursor pointer to your submit button.
You have a few errors in your html.
Run your code through the html validator
You have a couple of empty css selectors in that you can get rid of if you don’t plan on adding anything to it.
#dropdown {
}
#submit {
}
I wouldn’t use br tags like this.
<br><br>
I would use css instead to create space between elements.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.