<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>