w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



figcaption ... ⁄figcaption syntax

Syntax figcaption

Examples figcaption syntax: both tags required

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

<figcaption>
...
</figcaption>

</body>
</html>

Video demonstration figcaption element, syntax

HTML5 figcaption element, syntax Tutorial

min video details
00:04 video tutorial: figcaption element, syntax
00:10 adding figcaption element in page
00:14 figcaption element has:

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