+ 1
I am not able to make table borders in this code
4 Answers
+ 1
<table style="width:100%" border="2">
+ 3
Hope it helps you
https://code.sololearn.com/W0otOtt1jfBr/?ref=app
+ 1
You can put
border:2px solid
in the âstyleâ attribute of the table tag.