commit: fca1aceb42204f54ce059842ff0818b0570e1867
parent e41a2754a59b7c59c7c30404b026373a6714aec6
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>