Which property of a table specifies whether the browser should control the appearance of the adjacent borders? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

Which property of a table specifies whether the browser should control the appearance of the adjacent borders?

22nd Feb 2017, 10:15 AM
No Name
2 Answers
+ 3
if you dont declare border in css it defaults to browser appearance
22nd Feb 2017, 11:22 AM
Andre van Rensburg
Andre van Rensburg - avatar
0
I think that border properties are no longer supported in HTML 5, so here is a CSS example: table { border: 1px solid black; } And here is more info: https://www.w3schools.com/css/css_table.asp
16th Apr 2017, 1:52 PM
Łukasz Adamczyk
Łukasz Adamczyk - avatar