当前位置: 代码迷 >> HTML/CSS >> html 中几次方,平方米,立方米,上标,下标,删除线等的示意方法
  详细解决方案

html 中几次方,平方米,立方米,上标,下标,删除线等的示意方法

热度:738   发布时间:2013-11-09 17:06:47.0
html 中几次方,平方米,立方米,上标,下标,删除线等的表示方法

<sup>上标

<sub>下标

<del>删除线

<small>小号字

<ins>插入字

M<sup>2</sup>

5<sup>4</sup>

?

<h1>X<sub>2</sub><sup>4</sup>+Y<sub>1</sub><<sup>3</sup>=<del>100</del></h1>

?


<h1>N<ins>5</ins><small>N</small></h1>

?

?

http://jianzhong5137.blog.163.com/blog/static/9829049201022010858349/

  相关解决方案