HTML/CSS/Text Tags/ruby

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

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