Search code examples
htmlcssstylesheet

Styling <BR> to have margins like <P>


I want to style my <BR> elements to have margins more like <P> elements. How can I do that?


Solution

  • You can use line-height. You have to have two <br />, first to break line and second to add range between lines.