diff options
Diffstat (limited to 'files/zh-tw/web/html/reference/index.html')
-rw-r--r-- | files/zh-tw/web/html/reference/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/zh-tw/web/html/reference/index.html b/files/zh-tw/web/html/reference/index.html new file mode 100644 index 0000000000..ccde571ad1 --- /dev/null +++ b/files/zh-tw/web/html/reference/index.html @@ -0,0 +1,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> |