I used table tag but i cannot see table lines | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

I used table tag but i cannot see table lines

7th Feb 2022, 9:41 AM
Saumit Gurav
6 Respostas
+ 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