asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > BR Element

<br> Element


Inserts a line break.HTML 2, 3.2, 4, 4.01, 5

HTML Syntax

NOTE: Only the <br> start tag must be present. The element has no end tag.

Remarks

The <br> element specifies a break in a line of text, but does not add extra space before the new line.

The element has a single, well-defined purpose, and as such, it has no dimensions or visual output of its own, and there is very little authors can do to style it.

To increase the spacing between the lines of text in the block, authors can use the CSS line-height property that was designed for that purpose.

Attributes

The <br> element has no attribute of its own, but supports global attributes common to all HTML elements.

Example

The following example shows how the <br> element may be used.

<blockquote>Abakada Web Workshop<br>
360 F. Ortigas St., New Zaniga<br>
Mandaluyong City, Philippines 1550<br>
Phone ( 632 ) 531-9061</blockquote>

which would render on a Web page as

Abakada Web Workshop
360 F. Ortigas St., New Zaniga
Mandaluyong City, Philippines 1550
Phone ( 632 ) 531-9061

External References

See Also

NOBR   WBR


Need a break ?
Suggested Reading

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

If you have any question, comment or suggestion,
please send us a note