HTMLで分数を表現する
分数をHTMLで表現する方法を解説。<sup>と<sub>タグを使ったシンプルな表現から、CSSによるスタイリング、Unicodeの分数文字の利用、そしてMathMLによる高度な数式表現まで、様々な手法をコード例と共に紹介する。
分数をHTMLで表現する方法を解説。<sup>と<sub>タグを使ったシンプルな表現から、CSSによるスタイリング、Unicodeの分数文字の利用、そしてMathMLによる高度な数式表現まで、様々な手法をコード例と共に紹介する。
A developer replaced a JavaScript web component that handled icon resizing on a static site with multiple pre-rendered HTML pages, each serving icons at a different size. By using navigation between pages instead of client-side JS, the site gained CSS view transitions for free, simplified maintenance, and eliminated duplicated templating logic.