What is Br tag in HTML

What is Br tag in HTML

html course beginner to advance
Blogs

What is Br tag in HTML

The <br> tag inserts a single line break. It is useful for writing addresses or poems.

<p>

        This is an example of pre-formatted text.

        It preserves both spaces and line breaks.

        <br>

        You can use it to display code snippets or other text that should be formatted exactly as it appears.

    </p>
Br tag in HTML

Leave your thought here

Your email address will not be published. Required fields are marked *

Alert: You are not allowed to copy content or view source !!