w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



bdo ... ⁄bdo syntax

Syntax bdo

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

<bdo>

</bdo>

</body>
</html>

Video demonstration bdo element, syntax

HTML5 bdo element, syntax Tutorial

min video details
00:04 video tutorial: bdo element, syntax
00:10 adding bdo element in page
00:13 bdo element has:

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