Answers for "br tag html"

9

html <br>

The HTML <br> tag is used to make a break in lines.
it could be used in a list command, like so:

<p2>This is my list. <br>
  	The tag makes a break <br>
  	Very helpful. <br><p2>

The tag is very helpful, and it makes things look much cleaner.
To use it, just put it at the end, it is a very simple-to-use tag.
Posted by: Guest on October-01-2020
1

retour a la ligne <p> react

<br/>
Posted by: Guest on August-30-2020
0

html line break

<body> 
<p>I want to <br> Break this line! </p>
<p>I want to <br><br> Break this line and want to give a line gap </p>
</body>
Posted by: Guest on February-03-2021
1

html br tag for CSS

html:
<br>
css:
display: none;
Posted by: Guest on May-03-2021
0

br tag html

<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>
Posted by: Guest on September-22-2020
2

html <br>

the <br> tag adds a break in lines. It can be used anywhere you want.

<p>It works <br> here</p>
Posted by: Guest on October-18-2020

Browse Popular Code Answers by Language