HTML <div>
元素(或是 HTML 文件區塊元素)是本質上不特別代表任何東西的通用内容流容器。它可以成為樣式化用途(使用 class 或 id 屬性)、或是共享如 lang 同一個屬性的元素集合。它應該在沒有其他適合的語義元素(例如<article>
或 <nav>
)可用時才用。
內容類型 | 流內容、捫及內容。 |
---|---|
允許內容 | 流內容 |
Tag 省略 | None, both the starting and ending tag are mandatory. |
允許父元素 | 任何允許內容流的元素。 |
DOM 介面 | HTMLDivElement |
屬性
這個元素包含全域屬性。
align 元素已過時,不要使用它。
範例
<div> <p>這裡可以是任何內容,例如 <p>、<table>。你說了算!</p> </div>
結果
這裡可以是任何內容,例如 <p>、<table>。你說了算!
規範
規範 | 狀態 | 註解 |
---|---|---|
WHATWG HTML Living Standard The definition of '<div>' in that specification. |
Living Standard | 最新的快照以後並無改變 |
HTML5 The definition of '<div>' in that specification. |
Recommendation | 廢棄 align |
HTML 4.01 Specification The definition of '<div>' in that specification. |
Recommendation |
瀏覽器相容性
特徵 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
基本支援 | 1.0 | (Yes) | (Yes) | (Yes) | (Yes) |
特徵 | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
基本支援 | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |