以下是一些 HTML5 标签,按字母顺序列出:
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML5 Tags</title>
</head>
<body>

<!-- 主要结构标签 -->
<article></article>
<aside></aside>
<details></details>
<figcaption></figcaption>
<figure></figure>
<footer></footer>
<header></header>
<hgroup></hgroup>
<main></main>
<mark></mark>
<nav></nav>
<section></section>
<summary></summary>
<time></time>

<!-- 文本内容标签 -->
<abbr></abbr>
<bdi></bdi>
<bdo></bdo>
<blockquote></blockquote>
<cite></cite>
<code></code>
<data></data>
<dfn></dfn>
<em></em>
<kbd></kbd>
<mark></mark>
<q></q>
<rp></rp>
<rt></rt>
<ruby></ruby>
<s></s>
<samp></samp>
<small></small>
<span></span>
<strong></strong>
<sub></sub>
<sup></sup>
<time></time>
<u></u>
<var></var>
<wbr></wbr>

<!-- 表单相关标签 -->
<button></button>
<datalist></datalist>
<fieldset></fieldset>
<form></form>
<input></input>
<legend></legend>
<meter></meter>
<optgroup></optgroup>
<option></option>
<output></output>
<progress></progress>
<select></select>
<textarea></textarea>

<!-- 多媒体标签 -->
<audio></audio>
<canvas></canvas>
<embed></embed>
<iframe></iframe>
<img></img>
<math></math>
<object></object>
<svg></svg>
<video></video>

<!-- 链接和导航标签 -->
<a></a>
<area></area>
<link></link>
<nav></nav>

<!-- 列表标签 -->
<dir></dir>
<dl></dl>
<dt></dt>
<dd></dd>
<ol></ol>
<ul></ul>
<li></li>

<!-- 表格标签 -->
<table></table>
<caption></caption>
<th></th>
<tr></tr>
<td></td>

<!-- 样式和元信息标签 -->
<style></style>
<meta></meta>

<!-- 脚本标签 -->
<script></script>

<!-- 其他标签 -->
<address></address>
<bdo></bdo>
<br></br>
<hr></hr>
<ins></ins>
<map></map>
<meter></meter>
<noscript></noscript>
<progress></progress>
<q></q>
<ruby></ruby>
<s></s>
<strike></strike>
<strong></strong>
<sub></sub>
<sup></sup>
<template></template>
<time></time>
<var></var>
<wbr></wbr>

</body>
</html>

请注意,这只是 HTML5 中的一部分标签,而且这些标签的使用会根据具体的页面结构和需求而变化。


转载请注明出处:http://www.zyzy.cn/article/detail/12500/HTML5