Dear community, I really need and would appreciate your feedbacks on my survey form. What do you think I should add, or remove?
You can find it, here:
Codepen
Kind regards!
Dear community, I really need and would appreciate your feedbacks on my survey form. What do you think I should add, or remove?
You can find it, here:
Codepen
Kind regards!
HI @sopuruchi2k16 !
Congrats on finishing your survey form.
A few things.
You have a little bit of a horizontal scroll bar on smaller devices.
I would keep working on responsiveness.
I would review the lesson on giving links meaningful text.
Read more is not that accessible.
I wouldn’t use br tags like this.
<br><br>
Use css instead to create space between elements.
You have a few errors in your html.
Run your code through the html validator
Your css would be easier to read if you format it.
Hope that helps!
Yes please? Many thanks for the review. I sincerely appreciate your response. Will go back to it, to make amends.
Again please? How do I get ride of horizontal scroll bar on smaller devices?
I would suggest narrowing your browser window as far as it can go and you can see where the issue is.
Try lessening the width a little bit.
Thank you very much. I humbly appreciate your kind response.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.