I have many <br /> tag within a main <p> tag.
I would like increase the visual space created by the <br> (example margin top and bottom).
<p>
Some text here<br />
Some other text<br />
Some other text
</p>
I could use different <p> but I have to do it in this way in my website.
Any idea how increase the space created by <br>? Many thanks.
Take a look at the line-height property of CSS.
Example: