Div (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 08:56, 19 April 2016 by Karl Jones (Talk | contribs) (Created page with "In HTML, the '''div''' element represents a division within the page. == Structural element == Div is a container for holding further content. It has little or no Se...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In HTML, the div element represents a division within the page.

Structural element

Div is a container for holding further content.

It has little or no semantic meaning.

Div is a fundamental structural element in HTML.

Block display

Div is a block display element.

See also

External links