special symbol
HTML subscript and superscript Tags
HTML 下标元素
HTML 上标元素
<sub>
& <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
<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
https://twitter.com/rauchg/status/1322701763460255745/photo/1
https://rauchg.com/2020/static-hoisting
https://www.geeksforgeeks.org/html-subscript-superscript-tags/
xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!
手机扫一扫
移动阅读更方便
你可能感兴趣的文章