HTML <br> Tag
Tag br is the topic of this post, with the expectation that it will meet the educational requirements.
The HTML <br> tag is a self-closing tag that stands for “line break”. It is used to insert a single line break or a vertical space between text or elements within a web page.
Unlike most other HTML tags, the <br> tag doesn’t require a closing tag, as it doesn’t wrap any content. Instead, it is used to break up text or content and create a new line or space without adding any additional formatting.
Here’s how to add single-line breaks:
Example: 
When writing a poem, use <br>:
Example: 
Lets see the example of the ping command with the <br> and <pre> tag:
Example: 
Uses and Definition
Using the Tag br <br> causes a single line break.
The <br> tag is an effective tool for writing poems or addressing people.
The <br> tag is empty, which means it doesn’t have an end tag.
Browser Compatibility
Element | |||||
---|---|---|---|---|---|
<br> | Yes | Yes | Yes | Yes | Yes |
Global Attributes
The <br> tag also endorses HTML’s Global Attributes.
Event Attributes
The <br> tag also accepts HTML Event Attributes.
Use of HTML <br> Tag
Here are some common use cases for the <br> tag:
- The <br> tag can be used to break up text within a paragraph and create a new line. This is often used to create a list of items, with each item on a separate line.
- The <br> tag can also be used to create vertical spacing between different elements on a web page. For example, it can be used to add space between an image and a paragraph of text.
- In some cases, the <br> tag may be used within the HTML code itself to add line breaks or formatting to the code. This can make the code easier to read and understand.