w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



table ... ⁄table syntax

Syntax table

Examples table syntax

Valid Syntax
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
<title>...</title>
</head>
<body>

<table>
...
</table>

</body>
</html>

Video demonstration table element, syntax

HTML5 table element, syntax Tutorial

min video details
00:06 video tutorial: table element, syntax
00:11 adding table element in page
00:16 table element has:

- a start tag: <table>
- and an end tag: <⁄table>
both required!
table intro table browser display table parents - children table border attribute