HTML/CSS/CSS Attributes and Javascript Style Properties/ruby align

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

"ruby-align" Example

   <source lang="html4strict">
   

<html> <body>

Click in the following div element to change the ruby alignment to the left.

   
   base text
   
   
   
   ruby text
   

</ruby> </div> </body> </HTML>


     </source>