What does br mean in html

The br is a tag in Html. Html
tag is used to break the line of text. This tag is useful when users have to write the poem, address, and code samples.

The
tag is an empty tag or unpair tag, i.e., there is no need to close this tag. But in the code of XHTML, we have to close the
tag
.

We can easily understand the br tag by an example. So, we will provide the following two examples.

Example 1: This example shows the code of how to use
tag in the poem for link break.

Test it Now

The output of above Html code is shown in the following screenshot:

What does br mean in html

Example 2: This example shows the code of how to use
tag in the code samples for a line break.

Test it Now

The output of above Html code is shown in the following screenshot:

What does br mean in html




Contact US

Email:[email protected]

What does br mean in html
10/30