HTML/CSS/Text Tags/rt — различия между версиями

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

Текущая версия на 11:17, 26 мая 2010

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