I am not able to make table borders in this code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I am not able to make table borders in this code

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

18th Oct 2020, 4:13 PM
Siriki Lohit
4 Answers
+ 1
<table style="width:100%" border="2">
18th Oct 2020, 4:19 PM
Abhay
Abhay - avatar
18th Oct 2020, 4:18 PM
Simba
Simba - avatar
+ 3
Simba Ronni Hu Abhay Thanks... It worked for me.
19th Oct 2020, 4:48 AM
Siriki Lohit
+ 1
You can put border:2px solid in the ‘style’ attribute of the table tag.
19th Oct 2020, 4:40 AM
thetechguy
thetechguy - avatar