9 lines
214 B
HTML
9 lines
214 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.fl {
|
|
color: orange;
|
|
ruby-position: under;
|
|
}
|
|
</style>
|
|
<div><span class="fl">foo </span><ruby class="fl">base<rt>annotation</rt></ruby><br>
|
|
bar <ruby>base<rt>annotation</rt></ruby></div>
|