w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



ruby ... ⁄ruby syntax

Syntax ruby

Examples ruby syntax

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

<ruby>
...
</ruby>

</body>
</html>

Video demonstration ruby syntax

HTML5 ruby element: syntax

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

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