What are your suggestions and criticism on this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

What are your suggestions and criticism on this code?

https://code.sololearn.com/Wz1EU41E3S7u/?ref=app

19th Oct 2020, 4:50 PM
Emarex
Emarex - avatar
5 Answers
+ 8
How can I align those checkboxes?
19th Oct 2020, 4:52 PM
Emarex
Emarex - avatar
+ 8
Ok thanks, I will apply that
19th Oct 2020, 5:07 PM
Emarex
Emarex - avatar
+ 6
Style the checkboxes and other inputs
19th Nov 2020, 3:27 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar
+ 5
Maybe you can wrap it in two divs, the first div should be aligned to center and the second div should be aligned to justify E.g.... <div id="parentDiv"> <div id="firstDiv" align="center"> <div id="secondDiv" style="text-align:justify;"> <!-------- Form Content --------> </div> </div> </div> I hope this helps...
19th Oct 2020, 5:03 PM
Saviee
Saviee - avatar
+ 3
Use a table structure.
19th Oct 2020, 5:01 PM
Avinesh
Avinesh - avatar