HTML » Tags » br

Version: 2.0, 3.2, 4.0

Compability: Explorer 4, 5  Netscape 4, 6

Syntax:
<br>

The <br> tag is used to create a line break and is analogous to a carriage return.

The flow of the display of the text and any images is halted on the current line, and the flow resumes on the next line starting at the left margin.

There is no closing tag.
 

Examples

Code:
My pseudotrophus "Acei" cichlid came from Lake Malawi in Africa.
<br>
The Showa Koi in my pond came from Japan.
Output:
My pseudotropheus "Acei" cichlid came from Lake Malawi in Africa.
The Showa Koi in my pond came from Japan.
Language(s): HTML

See Also: