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>

Esta tradução está incompleta. Ajude atraduzir este artigo.

Resumo

HTML <div> elemento (ou simplesmente HTML Documento de Divisão de Elemento) é um container genêrico para conteúdo de fluxo, que de certa forma não representa nada. Ele pode ser utilizado para agrupar elementos para fins de estilos (usando class ou id), ou porque eles compartilham valores de atributos, como lang. Ele deve ser utilizado somente quando não tiver outro elemento de semântica (tal como <article> ou <nav>) como é apropriado.

Atributos

This element includes the global attributes.

In HTML5, the align attribute on <div> is .

Exemplos

<div>
  <p>Any kind of content here. Such as &lt;p&gt;, &lt;table&gt;. You name it!</p>
</div> 

Result

Any kind of content here. Such as <p>, <table>. You name it!

Especificações

Specification Status Comment
WHATWG HTML Living Standard
The definition of '<div>' in that specification.
Living Standard  
HTML5
The definition of '<div>' in that specification.
Recommendation  
HTML 4.01 Specification
The definition of '<div>' in that specification.
Recommendation  

Compatibilidade dos navegadores

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

Veja também

Etiquetas do documento e colaboradores

 Colaboradores desta página: lucrp, leleofg, marcosyoshihiro
 Última atualização por: lucrp,