Difference between revisions of "Div (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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...")
(No difference)

Revision as of 08:56, 19 April 2016

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