Answers for "html br tag for CSS"

CSS
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

html br tag for CSS

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

Browse Popular Code Answers by Language