Horje

How to create HTML <ruby> Tag

It is A ruby annotation.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The ruby and rt elements</h1>

<ruby>
 漢 <rt> ㄏㄢˋ </rt>
</ruby>

</body>
</html>

Output should be:

How to create HTML <ruby> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin