Computerhelp4all logo Articles AboutTopicsQuizzesComputer Questions & AnswersComputer Terms & DefinitionsActivitiesContact

What Is The HTML Br Tag?

What Is The HTML Br Tag

Date First Published: 20th November 2022

Topic: Web Design & Development

Subtopic: Web Development

Article Type: Computer Terms & Definitions

Difficulty: Medium

Difficulty Level: 5/10

Learn more about what the HTML br tag is in this article.

The HTML <br> tag is used to create a line break in a HTML document. It is useful when separate lines are required for text, such as when writing addresses, song lyrics, or poems. This HTML tag is an empty tag, meaning that it does not require an end tag. However, in XHTML, the closing <br/> tags is used. Adding this tag is similar to pressing the enter key in a word processor. All major web browsers support the <br> tag.

Example Of The HTML Br Tag

<p>If you need to create a line break<br> use this HTML tag.</p>

Output:

If you need to create a line break
use this HTML tag.


Feedback

  • Is there anything that you disagree with on this page?
  • Are there any spelling, grammatical, or punctuation errors on this page?
  • Are there any broken links or design errors on this page?

If so, it is important that you tell me as soon as possible on this page.