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.

<p>

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

Resumo

O elemento HTML <p> (ou Elemento HTML Paragrafo) representa um parágrafo do texto. Paragraphs are block-level elements.

Atributos

This element includes the global attributes.

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

Exemplo

<p>This is the first paragraph of text. This is the first paragraph of text.
  This is the first paragraph of text. This is the first paragraph of text.</p>

<p>This is second paragraph of text. This is second paragraph of text.
   This is second paragraph of text. This is second paragraph of text.</p>

Above HTML will output:

This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text.

This is second paragraph of text. This is second paragraph of text. This is second paragraph of text. This is second paragraph of text.

Notas

To change gaps between paragraphs use CSS margin property. Do not insert empty paragraphs elements or <br> between them.

Especificações

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

Compatibilidade dos navegadores

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

Veja também

Etiquetas do documento e colaboradores

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