O² & O₂ All In One
O² & O₂ All In One
special symbol
O²
& O₂
https://twitter.com/rauchg/status/1322701763460255745/photo/1
HTML tag
HTML subscript and superscript Tags
HTML 下标元素
HTML 上标元素
<sub>
& <sup>
`H<sub>2</sub>O` === H<sub>2</sub>O
`O<sup>2</sup>` === O<sup>2</sup>
H<sub>2</sub>O
=== H2O
O<sup>2</sup>
=== O2
<p>Almost every developer's favorite molecule is
C<sub>8</sub>H<sub>10</sub>N<sub>4</sub>O<sub>2</sub>, also known as "caffeine."</p>
Almost every developer's favorite molecule is C8H10N4O2, also known as "caffeine."
<p>The <b>Pythagorean theorem</b> is often expressed as the following equation:</p>
<p><var>a<sup>2</sup></var> + <var>b<sup>2</sup></var> = <var>c<sup>2</sup></var></p>
The Pythagorean theorem is often expressed as the following equation:
a2 + b2 = c2
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sub
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup
HTML var
tag
<p>The volume of a box is <var>l</var> × <var>w</var> × <var>h</var>, where <var>l</var> represents the length, <var>w</var> the width and <var>h</var> the height of the box.</p>
The volume of a box is l × w × h, where l represents the length, w the width and h the height of the box.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/var
AOT vs JIT
JAMStack
https://rauchg.com/2020/static-hoisting
refs
https://www.geeksforgeeks.org/html-subscript-superscript-tags/
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/13920902.html
未经授权禁止转载,违者必究!