Can anyone align the checklist in this code? Other advices are also welcome | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone align the checklist in this code? Other advices are also welcome

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

13th Jul 2018, 8:47 AM
Basil Y James
Basil  Y James - avatar
2 Answers
+ 2
HTML only, use a table, and move td width percent, play it with this <table width="100%"> <tr> <td width="40%"> </td> <td> <input type="checkbox" name="hobby" value="playing" align="left"/>playing<br /> <input type="checkbox" name="hobby" value="reading" align="left"/>reading<br/> <input type="checkbox" name="hobby" value="CODING!!!" align="left"/>CODING!!!<br /> </td> </tr> </table>
15th Jul 2018, 10:31 PM
Ruben Enrique
Ruben Enrique - avatar
0
Try to write label in capitals and also leave a line between textbox and label. Also try to write css in different file (It would be easy to change styles) and attach it to html file . If this helps => https://code.sololearn.com/WMnuFHusL12k/?ref=app Hope this helps ☺️☺️.
13th Jul 2018, 8:58 AM
Meet Mehta
Meet Mehta - avatar