'ruby' Example : ruby « HTML Tag Reference « HTML CSS Reference






'ruby' Example

    
<html>
<head>
<title>ruby element example</title>
</head>
<body>
    <ruby>
    <span style="font-family:Verdana; font-size:14pt">This is the base text.</span>
    <rt>
    <span style="font-family:Times New Roman; font-size: 8pt; color:red">
    This is the ruby text</span>
    </ruby>
</body>
</html>
    
      
      








Related examples in the same category

1.'ruby' Syntax and Note
2.'ruby' HTML Attributes
3.'ruby' Event Handlers
4.'ruby' CSS Attributes and JavaScript Style Properties
5.'ruby' Microsoft Behaviors
6.'ruby' Microsoft Filters
7.'ruby' JavaScript Properties
8.'ruby' JavaScript Methods
9.'ruby' JavaScript Collections