w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



caption ... ⁄caption syntax

Syntax caption

Examples caption syntax

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

<table>
<caption>...</caption>
...
</table>

</body>
</html>

Video demonstration caption element, syntax

HTML5 caption element, syntax Tutorial

min video details
00:04 video tutorial: caption element, syntax
00:09 adding caption element in page
00:15 caption element has:

- a start tag: <caption>
- and an end tag: <⁄caption>
both required!
caption intro caption browser display caption parents - children caption vs figcaption