What is the correct HTML code to define a table element without borders?
Explanation
If <table border="0"></table> table doesn't have borders around cells.
If <table border="1"></table> will have borders around cells.
The border attribute of <table> is not supported in HTML5.
Use CSS instead.

@Vadim_Klimets thanks

2017 May 18, 12:47:39 AM

Fix it. <table border="none"></table> <table border="0"></table> <table border="hidden"></table> All of these three code snippets work fine.

2017 May 2, 9:13:29 AM

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по HTML & CSS
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты