commit: 55807c2dbbcd63a8717f54cfa4909fcd439d44ef
parent 2007a1769478c6f6fa4a417446bb8cdc86ccee68
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 21 Jul 2023 06:25:30 +0200
notes/html-cheatsheet: New, add notes on furigana
Diffstat:
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/notes/html-cheatsheet.xhtml b/notes/html-cheatsheet.xhtml
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+<!--#include file="/templates/head.shtml" -->
+ <title>HTML cheatsheet — lanodan’s cyber-home</title>
+ </head>
+ <body>
+<!--#include file="/templates/en/nav.shtml" -->
+ <main>
+ <h1>HTML cheatsheet</h1>
+
+ <h2>Furigana via HTML <code>ruby</code></h2>
+ <p>「じゃあ<ruby>敵<rp>(</rp><rt>teki</rt><rp>)</rp></ruby>だね?」</p>
+ <code><![CDATA[<p>「じゃあ<ruby>敵<rp>(</rp><rt>teki</rt><rp>)</rp></ruby>だね?」</p>]]></code>
+ </main>
+<!--#include file="/templates/en/footer.shtml" -->
+ </body>
+</html>