w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



table border attribute

The border attribute on the table element:

Examples

<tableattribute="value(s)">...<⁄table>Examples
1.border=1, "" <table border="1"> ... <⁄table>
<table border=""> ... <⁄table>

Video demonstration table border attribute

HTML5 table border attribute tutorial

min video details
00:04 video tutorial: table element, border attribute
00:09 border attribute is absent on table element
00:17 → the table has no border
00:21 adding the border attribute to table element
00:31 the table has a border surrounding each cell of the table
00:35 border attribute values:
"" empty string OR
1
both producing the same effect
00:39 no change in browser display: table's border is still displayed
table intro table browser display table parents - children table syntax