w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



rp ... ⁄rp syntax

Syntax rp

Examples rp syntax

Valid Syntax 1
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>
...
<rp>...</rp>
<rt>...</rt>
<rp>...</rp>
</ruby>

</body>
</html>
Valid Syntax 2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
<title>...</title>
</head>
<body>

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

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

</body>
</html>
Valid Syntax 3
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>
...
<rp>...
<rt>...
<rp>...
</ruby>

</body>
</html>
rp intro rp parents - children