HTML不常用标签
2017-07-14 本文已影响0人
糯米小馒头
<b>加粗</b>
<i>斜体</i>
<u>下划线</u>
<s>删除线</s>
x<sup>2</sup> ==>输出x的2次方
y<sub>2</sub> ==>输出y的下为2
<fieldset>
<legend>健康信息</legend>
</fieldset>
<time>时间标签</time>
<header>头部标签</header>
<section>内容标签</section>
<footer>底部标签</footer>