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
Зареєструйся Зараз
або Підпишись на майбутні тести