HTML文字

陳重陽發表於2017-01-16

1.段落

 <p></p>

2.細則

<small></small>

3.標記重要和強調的文字

<strong>重要內容的文字</strong>
<em>想要強調的文字</em>

4.建立圖

<figure>
       <figcaption>
       </figcaption>
       ...

</figure>

5.指明引用或參考

<cite></cite>

6.引述文字

<blockquotr></blockquote>
<q></q>

7.指定時間

<time></time>  

8.解釋次縮寫

<abbr></abbr>

9.定義術語

<dfn></dfn>

相關文章