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...")
 
(See also)
 
Line 15: Line 15:
 
== See also ==
 
== See also ==
  
* [[Em (HTML element)]]
 
 
* [[HTML]]
 
* [[HTML]]
 
* [[Separation of concerns]]
 
* [[Separation of concerns]]

Latest revision as of 09:50, 26 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