add a br tag in css code example
Example 1: html br tag for CSS
html:
<br>
css:
display: block;
Example 2: br tag html
<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>
html:
<br>
css:
display: block;
<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>