blob: ccde571ad1cbf6f4d77c6749a815d7bd22b7e34a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
title: HTML 參考
slug: Web/HTML/Reference
translation_of: Web/HTML/Reference
---
<div>{{HTMLSidebar}}</div>
<p>這裡的 HTML 參考描述了所有 HTML 的<strong>元素</strong>(elements)與<strong>屬性</strong>(attributes),包括為所有元素接受的<strong>全域屬性</strong>(global attributes)。</p>
<dl>
<dd></dd>
<dt><a href="/zh-TW/docs/Web/HTML/Element">HTML 元素指引</a></dt>
<dd>本頁列出了所有 HTML elements</dd>
<dt><a href="/zh-TW/docs/Web/HTML/Attributes">HTML 屬性指引</a></dt>
<dd>HTML 中的元素具有屬性 ; 而這些屬性可以藉由各種方式去設定元素或調整它們的行為,以符合使用者的期待。</dd>
<dt><a href="/zh-TW/docs/Web/HTML/Global_attributes">全域屬性</a></dt>
<dd>Global attributes may be specified on all HTML elements, even those not specified in the standard. That means that any non-standard elements must still permit these attributes, even though using those elements means that the document is no longer HTML5-compliant. For example, HTML5-compliant browsers hide content marked as <foo hidden>...<foo>, even though <foo> is not a valid HTML element.</dd>
<dt><a href="/docs/Web/HTML/Link_types">連結類型</a></dt>
<dd>In HTML, the following link types indicate the relationship between two documents, in which one links to the other using an <a>, <area>, or <link> element.</dd>
</dl>
<p><span class="alllinks"><a href="/zh-TW/docs/tag/HTML" title="Article tagged: HTML">查閱全部文章...</a></span></p>
|