Switch to full style
HTML code examples
Post a reply

ruby tag usage

Thu Feb 23, 2012 11:15 pm

This example show the usage of ruby tag, which is used to show pronunciation of eastern languages which rt tags. rp tag includes the text appears in case a browser doesn't support ruby .
Code:
<html>
<
head>
<
title>ruby tag usage</title>
</
head>
<
body>
   <
pRuby tag is used to show the pronunciation  information for
       
east asian characters
   </
p>
    <
ruby>
   
漢 <rtㄏㄢˋ </rt>
   <
rpruby not supported </rp>
  </
ruby>
</
body>
</
html>
 




Post a reply
  Related Posts  to : ruby tag usage
 what is ruby?     -  
 Usage of ins tag     -  
 tt usage example     -  
 usage of kbd tag     -  
 Usage of UL tag     -  
 Usage of sub tag     -  
 dir tag usage     -  
 dd tag usage     -  
 var tag usage     -  
 Usage of sup tag     -