这篇文章主要介绍了关于html上标和下标应用实例,感觉很实用,需要的朋友可以参考下
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>web</title>
</head>
<body>
a<sub>11</sub>a<sub>12</sub>...a<sub>1n</sub></br>
a<sup>2</sup>+b<sup>2</sup>=c<sup>2</sup></br>
b<sup>a</sup><sup>b</sup></br>
c<sup>a<sup>b</sup></sup></br>
c<sup>b<sub>1</sub></sup></br>
so<sub>4</sub><sup style="margin-left:-5px">-2</sup></br>
2hco<sub>3</sub><sup style="margin-left:-5px">-</sup> + ca<sup>2</sup><sup>+</sup> + 2oh<sup>-</sup> = caco<sub>3</sub>↓ + h<sub>2</sub>o + co<sub>3</sub><sup style="margin-left:-5px">2-</sup></br>
</body>
</html>
效果:
应用领域:geoext / arcmap label ...
以上就是html上标和下标应用实例的详细内容。