diff options
Diffstat (limited to 'files/zh-cn/glossary/tag')
-rw-r--r-- | files/zh-cn/glossary/tag/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/tag/index.html b/files/zh-cn/glossary/tag/index.html new file mode 100644 index 0000000000..8d61a36bc9 --- /dev/null +++ b/files/zh-cn/glossary/tag/index.html @@ -0,0 +1,41 @@ +--- +title: Tag +slug: Glossary/Tag +translation_of: Glossary/Tag +--- +<p>在 {{Glossary("HTML")}} 中,tag用来创建一个 {{Glossary("element")}}。HTML 元素的<strong>名称</strong>是在尖括号中使用的名称,例如 <p> 用于段落( paragraph )。注意,结束标记的名称前面有一个斜杠字符"</p>"。在空元素中,结束标记既不需要也不允许。在任何情况下,如果没有提及 {{Glossary("Attribute", "attributes")}} ,那么将使用默认值。</p> + +<h2 id="了解更多">了解更多</h2> + +<h3 id="基本信息">基本信息</h3> + +<ul> + <li>维基百科上的{{Interwiki("wikipedia", "HTML element")}} </li> + <li><a href="http://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/Tags.html">HTML Tags on W3 </a></li> +</ul> + +<h3 id="技术参考">技术参考</h3> + +<ul> + <li><a href="/en-US/docs/Learn/HTML/Introduction_to_HTML">Introduction to HTML</a></li> +</ul> + +<p> + <audio style="display: none;"> </audio> +</p> + +<p> + <audio style="display: none;"> </audio> +</p> + +<p> + <audio style="display: none;"> </audio> +</p> + +<p> + <audio style="display: none;"> </audio> +</p> + +<p> + <audio style="display: none;"> </audio> +</p> |