w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



bdi ... ⁄bdi syntax

Syntax bdi

Example bdi 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>

<bdi>

</bdi>

</body>
</html>

Video demonstration bdi element, syntax

HTML5 bdi element, syntax Tutorial

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

- a start tag: <bdi>
- and an end tag: <⁄bdi>
both required!
bdi intro bdi parents - children