XML/HTML Code復(fù)制內(nèi)容到剪貼板
- <!doctype html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Document</title>
- </head>
- <body>
-
-
- <div>盒子</div>
-
- <h1>標(biāo)題1</h1>
- <h2>標(biāo)題2</h2>
- <h6>標(biāo)題3</h6>
-
- <p>文章</p>
-
-
- <ol>
- <li>導(dǎo)航1</li>
- <li>導(dǎo)航2</li>
- <li>導(dǎo)航3</li>
- </ol>
-
- <ul>
- <li>導(dǎo)航1</li>
- <li>導(dǎo)航2</li>
- <li>導(dǎo)航3</li>
- </ul>
-
- <dl>
- <dt>名詞</dt>
- <dd>解釋名詞的位置</dd>
- </dl>
-
- <table>
- <caption>表格頭部</caption>
-
- <tr>
-
- <th>星期一</th>
- <th>星期二</th>
- </tr>
- <tr>
-
- <td>上課</td>
- <td>上課</td>
- </tr>
- </table>
- </body>
- </html>
以上所述是小編給大家介紹的HTML塊級(jí)標(biāo)簽匯總(小篇),如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!