网页里插入上标和下标的代码

来源:互联网 发布:r语言与网站分析 源码 编辑:程序博客网 时间:2024/05/22 21:29

上标和下标HTML代码

<html>
<head>
<title>插入上标和下标的代码</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Superscripts and Subscripts </p>
<p>插入上标、下标 </p>

<p>插入下标,只要用sub标签就可以拉: O<sub>2</sub></p>
<p>插入上标,只要用sup标签就可以拉: 66<sup>3</sup>+25<sup>4</sup>=?</p>
</body>
</html>
 

原创粉丝点击