Parent Directory
|
Revision Log
New demos
1 | wakaba | 1.1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
2 | <head> | ||
3 | <title>Complex ruby example</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | <p><ruby> | ||
7 | <rbc> | ||
8 | <rb>洗</rb><rb>濯</rb> | ||
9 | </rbc> | ||
10 | <rtc style="ruby-position: before"> | ||
11 | <rt>せん</rt><rt>たく</rt> | ||
12 | </rtc> | ||
13 | <rtc style="ruby-position: after"> | ||
14 | <rt></rt><rt>だく</rt> | ||
15 | </rtc> | ||
16 | </ruby></p> | ||
17 | <!-- Source: JIS X 4052:2000 --> | ||
18 | </body> | ||
19 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |