此文件需要技術審查。
此文件需要編輯審查。
翻譯不完整。請協助 翻譯此英文文件。
HTML 是描述網路文件結構和語意內容的語言;它由元素組成,元素可以藉由數個屬性進行修改。 網頁上的內容由 HTML 元素標記而成,例如 <img>、 <title>、<p>、<div>,等等。
這裡的文章提供您在開發網站時的參考資料。MDN 不僅提供了 HTML 所有元素的資料,也提供了控制元素行為之屬性的資料。
編撰中
本頁仍未完成
內容
- HTML 元素指引
- This page lists all the HTML elements.
- HTML 屬性指引
- Elements in HTML have attributes; these are additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.
- 全域屬性
- 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.
- 連結類型
- 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.
Join the Web layout community
- Stack Overflow: HTML topics

