HTML/CSS/Text Tags/rt

Материал из Web эксперт
Перейти к: навигация, поиск

"rt" Example

   <source lang="html4strict">
   

<html> <head> <title>ruby element example</title> </head> <body>

   
       
       This is the base text.
       
       
       
       This is the ruby text
       
   </ruby>

</body> </html>


     </source>