Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<div>

Het HTML <div> element is een algemene container voor flow content, die op zijn eigen niets is.
Het kan gebruikt worden om elementen te groeperen voor stijl-doeleinden (doormiddel van een class of id), of omdat ze attribuut waardes delen, zoals lang. Het mag alleen gebruikt worden als er geen alternatief semantisch element is (zoals <article> of <nav>).

Content categories Flow content, palpable content.
Permitted content Flow content.
Tag omission None, both the starting and ending tag are mandatory.
Permitted parent elements Any element that accepts flow content.
DOM interface HTMLDivElement

Attributen

Dit element behoort tot de 'global attributes'.

Het 'align' attribuut is verouderd; Niet meer gebruiken!

Voorbeelden

<div>
  <p>Een willekeurige tekst hier.</p>
</div> 

Resultaat

Een willekeurige tekst hier.

Specificaties

Specificatie Status Commentaar
WHATWG HTML Living Standard
The definition of '<div>' in that specification.
Living Standard Geen veranderingen sinds laatste snapshot.
HTML5
The definition of '<div>' in that specification.
Recommendation align
HTML 4.01 Specification
The definition of '<div>' in that specification.
Recommendation  

Browser compatibiliteit

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basis support 1.0 (Yes) (Yes) (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basis support (Yes) (Yes) (Yes) (Yes) (Yes)

Bekijk ook

 

Documentlabels en -medewerkers

 Aan deze pagina hebben bijgedragen: Nysmos
 Laatst bijgewerkt door: Nysmos,