w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



figure ... ⁄figure syntax

Syntax figure

Examples figure syntax

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

<figure>
...
</figure>

</body>
</html>

Video demonstration figure element, syntax

HTML5 figure element, syntax Tutorial

min video details
00:04 video tutorial: figure element, syntax
00:09 adding figure element in page
00:13 figure element has:

- a start tag: <figure>
- and an end tag: <⁄figure>
both required!
figure intro figure browser display figure parents - children figure figcaption 1 examplefigure figcaption 3 examples