I used table tag but i cannot see table lines | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I used table tag but i cannot see table lines

7th Feb 2022, 9:41 AM
Saumit Gurav
6 Answers
+ 1
Did you also use inside the table the tr and td tags? For the borders you can use css: table, th, td {   border: 1px solid black; }
7th Feb 2022, 9:48 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 1
<table border="1"> <tr> <th>id</th> <th>username</th> </tr> <tr> <td>001</td> <td>jasyfabiano</td> </tr </table>
7th Feb 2022, 9:51 AM
Jasy Fabiano
Jasy Fabiano - avatar
+ 1
Thanks for your help
7th Feb 2022, 9:52 AM
Saumit Gurav
0
where is your code ??
7th Feb 2022, 9:48 AM
Jasy Fabiano
Jasy Fabiano - avatar
0
Ok i didn't use these tags
7th Feb 2022, 9:49 AM
Saumit Gurav
0
But table border color is defaulty black then why i can't see it
7th Feb 2022, 9:49 AM
Saumit Gurav