HTML - Tag <br>

Descrição

A tag HTML <br> é usada para fazer uma quebra de linha.

Exemplo

<!DOCTYPE html>
<html>

   <head>
      <title>HTML br Tag</title>
   </head>

   <body>
      <p>This is before the line break<br />
      and this after the line break.</p>
   </body>

</html>

Isso produzirá o seguinte resultado -

Atributos Globais

Esta tag suporta todos os atributos globais descritos em HTML Attribute Reference

Atributos de evento

Esta tag suporta todos os atributos de eventos descritos em HTML Events Reference

Suporte de navegador

cromada Raposa de fogo IE Ópera Safári Android
sim sim sim sim sim sim