HOME> 暗黑秘境>

: The Content Division element

: The Content Division element

暗黑秘境 2026-01-06 04:00:31

: The Content Division element
HTML 元素是流内容的通用容器。它对内容或布局没有影响,直到使用 CSS 以某种方式设置样式(例如,直接将样式应用于它,或者将某种布局模型(如 弹性盒)应用于其父元素)。

¥The

HTML element is the generic container for flow content. It has no effect on the content or layout until styled in some way using CSS (e.g. styling is directly applied to it, or some kind of layout model like Flexbox is applied to its parent element).

Try it

作为 "pure" 容器,

元素本质上并不代表任何东西。相反,它用于对内容进行分组,以便可以使用 class 或 id 属性轻松设置样式,将文档的一部分标记为以不同语言编写(使用 lang 属性),等等。

¥As a "pure" container, the

element does not inherently represent anything. Instead, it's used to group content so it can be easily styled using the class or id attributes, marking a section of a document as being written in a different language (using the lang attribute), and so on.

属性¥Attributes

该元素包括 全局属性。

¥This element includes the global attributes.

注意:align 属性已过时;不要再使用它了。相反,你应该使用 CSS 属性或技术(例如 CSS 网格 或 CSS 弹性盒)来对齐和定位页面上的

元素。

¥Note: The align attribute is obsolete; do not use it anymore. Instead, you should use CSS properties or techniques such as CSS Grid or CSS Flexbox to align and position

elements on the page.

使用说明¥Usage notes

仅当没有其他语义元素(例如