Hi fellow campers! Just finished the Survey project and was wondering if anyone could provide some feedback on ways to improve the code?
This is the link to the project: https://codepen.io/bbshark/pen/NWwGYoK
Hi fellow campers! Just finished the Survey project and was wondering if anyone could provide some feedback on ways to improve the code?
This is the link to the project: https://codepen.io/bbshark/pen/NWwGYoK
Hello teretocode123,
like another topic you posted before, there are some points to be fixed in your html code.
Please check your code through CodePenâs âanalyze HTMLâ function or âW3C validatorâ.
Happy coding!
Is using div to contain radio buttons acceptable?
Your form looks good @heretocode123. Some things to revisit;
body
element in the HTML editor. (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 â box.body
tags. And I think you are confusing the head
element with the header
element.<br>
element to force line breaks or spacing. Thatâs what CSS is for.When asking for feedback on projects itâs best to open the topic in the #project-feedback subforum.
Iâve taken the liberty of moving this for you.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.