0
I used table tag but i cannot see table lines
6 Respuestas
+ 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;
}
+ 1
<table border="1">
<tr>
<th>id</th>
<th>username</th>
</tr>
<tr>
<td>001</td>
<td>jasyfabiano</td>
</tr
</table>
+ 1
Thanks for your help
0
where is your code ??
0
Ok i didn't use these tags
0
But table border color is defaulty black then why i can't see it