O² & O₂

special symbol

& O₂

HTML

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

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

refs

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 发布文章使用:只允许注册用户才可以访问!


最新文章

  1. XML文件解析并利用SimpleAdapter将解析结果显示在Activity中
  2. 虚幻4外包团队-推荐非常全面的的Unreal教程
  3. NSSortDescriptor对象进行数组排序
  4. EF异常:“System.InvalidOperationException”类型的未经处理的异常在 mscorlib.dll 中发生
  5. ASP.NET MVC使用动态产生meta
  6. ArcGIS使用Python脚本工具
  7. 20155226田皓宇关于优秀技能经验以及c语言学习感悟和对JAVA的展望
  8. jxl.dll操作总结
  9. 保持长宽比 对背景图像进行修改android:scaleType=&quot;fitXY&quot;
  10. 坑爹的Mysql
  11. 用Processon在线绘制UML的尝试
  12. 浅谈标签构建——TagBuilder
  13. 小白的Python之路 day5 configparser模块的特点和用法
  14. Android Studio安装Genymotion插件
  15. java集合(二)
  16. 黑马程序员_Java基础视频-深入浅出精华版--视频列表
  17. github 推送代码
  18. P3146 [USACO16OPEN]248 &amp; P3147 [USACO16OPEN]262144
  19. BCB将RichEdit光标移到最后一行
  20. 【转】Internet与Intranet区别

热门文章

  1. 转 14 jmeter性能测试实战--数据库MySQL
  2. 栈 堆 stack heap 堆内存 栈内存 内存分配中的堆和栈 掌握堆内存的权柄就是返回的指针 栈是面向线程的而堆是面向进程的。 new/delete and malloc/ free 指针与内存模型
  3. hadoop 集群搭建 配置 spark yarn 对效率的提升永无止境 Hadoop Volume 配置
  4. .axios的特点有哪些
  5. P95、P99.9百分位数值——服务响应时间的重要衡量指标
  6. Spring听课笔记(tg)AOP
  7. SpringMVC听课笔记(五:处理模型数据)
  8. 5.2 spring5源码--spring AOP源码分析二--切面的配置方式
  9. HttpRunner(1)自我介绍
  10. poj1821 Fence(dp,单调队列优化)