What does <table border=""> does in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

What does <table border=""> does in html?

1st Mar 2017, 6:56 PM
usherkoli
usherkoli - avatar
4 Answers
+ 22
Adds border to a table... ~_~
1st Mar 2017, 6:59 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
it does nothing actually. declaring "" means no border.
3rd Mar 2017, 6:24 AM
Andre van Rensburg
Andre van Rensburg - avatar
+ 3
Nothing to do at all, actually: deprecated in Html5, use css to style elements instead ^^
2nd Mar 2017, 9:46 AM
visph
visph - avatar
0
for make the border around the text. like this-- <table border="2"> <tr> <td> Red </td> <td> Green </td> </tr> </table>
2nd Mar 2017, 5:45 AM
Shantanu Mishra
Shantanu Mishra - avatar