w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



rt ... ⁄rt syntax

Syntax rt

Examples rt syntax

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

<ruby>
...
<rt>...</rt>
</ruby>

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

<ruby>
...
<rt>...
<rt>...
<rp>...
</ruby>

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

<ruby>
...
<rt>...
</ruby>

</body>
</html>

Video demonstration rt element, syntax

HTML5 rt element, syntax Tutorial

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

- a start tag: <rt>
- and an end tag: <⁄rt>
00:20 the start tag: <rt> is required!
00:23 the end tag: <⁄rt> is optional IF:
- rt is immediately followed by another rt element
00:32 the end tag: <⁄rt> is optional IF:
- rt is immediately followed by an rp element
00:36 the end tag: <⁄rt> is optional IF:
- there is no more content inside the parent element (the ruby element)
rt intro rt parents - children