br
: The Line Break element
The br
HTML element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.
Attributes
No specific attribute
Global attributes
role
="[semantic-role]"
accesskey
="[key]"
class
="[classname]"
dir
="[auto/ltr/rtl]"
id
="[identifier]"
itemid
="[global-identifier]"
itemprop
="[property-name]"
itemscope
itemtype
="[url of the vocabulary]"
lang
="[language-code]"
tabindex
="[num index]"
title
="[Title]"
Example
<p>The <code>br</code> element permits to go<br>
at the begining of the next line.</p>