CSS - Block Level (element|box)

About

Block-level refers to the (HTML) elements that are formatted visually as blocks.

See for more information: CSS - Block Box Layout

Except for table boxes, and replaced elements, a block-level box can also be a block container box (A container for other boxes).

The “block-level” category roughly corresponds to the element of the category of flow content without the phrasing content elements (hum, hum)

List

from Appendix D. Default style sheet for HTML 4

Documentation / Reference





Discover More
CSS - Block And Inline Layout (Block Formatting context)

CSS - Block And Inline Layout (Block Formatting context) CSS Block and inline layout is the first layout model of CSS. It's also known as: * block formatting * flow layout The component are laid...
CSS - Block Box Layout

CSS - Block Box Layout CSS Block are box that can be seen as stacked element (such as paragraphs, section, ...) Block boxes: * create a block formatting context (layout) * and are involved in any...
CSS - Block container box

A block container box is just a container of boxes created from HTML container element and rendered as a block box. It cancontains either: only block-level boxes (generated from elements) or establishes...
CSS - Clear Property

The clear property indicates which sides of an element's box(es) may not be adjacent to an earlier floating box. A clearfix is generally used in float layouts to constrained the floated element...
Top Caption
CSS - Table (box)

CSS A table box is a block-level box. table-cell Here is a simple three-row, three-column table described in HTML 4.0: one table (the TABLE element), three rows (the TR elements),...
Float Layout - Clearfix

A clearfix is a method used in float layouts to constrained the floated element to stay in its container. The first usage of float was to let float an image (left or right) in a text that contains...
HTML - P element

The pp element is one way of representing a paragraph. The P tag can only contain inline elements (ie phrasing content). It cannot contain block-level elements (including P itself). The p element...
What is the I HTML element? ie idiomatic tag, italicized type

The i element represents an inline parenthetical text. These texts have been presented historically using italicized type. That's why: the element name is i the default style is Italic emphasis...



Share this page:
Follow us:
Task Runner