其他分享
首页 > 其他分享> > 100的3次方用HTML代码怎么写

100的3次方用HTML代码怎么写

作者:互联网

Html代码:

<html>
  <head>
  </head>
  <body>
        <p>
           计算公式为3.3 &times;100<sup>7</sup>/M
        </p>
	<p>
           计算公式为3.33 &times;100<sup>-7</sup>/M
        </p>
  </body>
</html>

页面展示效果:

标签:代码,times,Html,1007,HTML,次方,100,计算公式
来源: https://www.cnblogs.com/niyan/p/14334209.html