logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

html-cheatsheet.xhtml (592B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>HTML cheatsheet — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <h1>HTML cheatsheet</h1>
  11. <h2>Furigana via HTML <code>ruby</code></h2>
  12. <p>「じゃあ<ruby>敵<rp>(</rp><rt>teki</rt><rp>)</rp></ruby>だね?」</p>
  13. <code><![CDATA[<p>「じゃあ<ruby>敵<rp>(</rp><rt>teki</rt><rp>)</rp></ruby>だね?」</p>]]></code>
  14. </main>
  15. <!--#include file="/templates/en/footer.shtml" -->
  16. </body>
  17. </html>