码迷,mamicode.com
首页 > 其他好文 > 详细

<sub> 、<sup>标签

时间:2017-06-26 21:05:21      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:pre   哈哈   post   code   rip   data-   family   mod   super   

今天无意中看到一个标签认为挺有意思的。平时用得好少。<sup><sub>上标签和下标签。感觉这个命名就是以b p 来决定是上还是下。b是下。p是上

哈哈,是不是非常有意思

贴一段代码看看

<html>
<body>

<p>
This text contains <sub>subscript</sub>
</p>

<p>
This text contains <sup>superscript</sup>
</p>

</body>
</html>

效果例如以下:

This text contains subscript

This text contains superscript


&lt;sub&gt; 、&lt;sup&gt;标签

标签:pre   哈哈   post   code   rip   data-   family   mod   super   

原文地址:http://www.cnblogs.com/ljbguanli/p/7082098.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!