loader

Loading

CoderrShyam logo

CoderrShyam

HomeAboutContactBlogTutorials
LoginSignup

Getting Started

Quick Start

HTML Basic

Skeletal TagsHeading TagsParagraph TagLine Break TagHorizontal Line TagAnchor TagImage TagPre Tag

Head Elements and Media

Advanced Concepts

CoderrShyam logo

CoderrShyam

HomeAboutContactBlogTutorials
LoginSignup
TutorialsHTML TutorialBasic tagsLine Break Tag

Line Break Tag

The `<br>` tag in HTML is used to create a line break or new line within a block of text. Learn how to use the `<br>` tag to add line breaks in HTML.

How to use the br tag

<br> tag is used to insert line breaks in text or paragraphs
The syntax for the <br> tag looks like this:

<br />

The <br> tag is commonly referred to as an empty or self-closing tag, meaning it doesn't require a closing tag. This tag is responsible for breaking text lines or separating paragraphs. When implemented, it automatically moves the text following the tag to the next line.

It's particularly useful in formatting textual content where line breaks are essential for readability or visual layout. For instance, it can be used in addresses, poems, or song lyrics to preserve the original line structure.

How is this guide?

February 26th, 2026

Paragraph Tag

HTML paragraph tag are used to define paragraphs of text on a web page. Learn how to use the `<p>` tag to create paragraphs in HTML.

Horizontal Line Tag

The `<hr>` tag in HTML is used to create a horizontal line or rule on a web page. Learn how to use the `<hr>` tag to separate content and create visual divisions in HTML.

© 2026CoderrShyamAll Rights Reserved.

On this page

How to use the br tag
Follow us on GitHub