'ruby' Example : ruby « Tags « HTML / CSS






'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