mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
29 lines
467 B
HTML
29 lines
467 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="ja">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>CSS Reference File</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
|
|
<style>
|
|
body
|
|
{
|
|
font-size: 60px;
|
|
}
|
|
|
|
ruby
|
|
{
|
|
background: lightblue;
|
|
}
|
|
</style>
|
|
|
|
<ruby>あい<rt>べ</rt> <rt>る</rt></ruby>
|
|
|
|
<ruby>で<rt>す</rt>い<rt>る</rt></ruby>
|
|
|
|
<ruby>私に<rt>誰</rt></ruby>
|
|
|
|
</html>
|