Open In App

How to change the height of br tag?

You can’t change the height of <br> tag as its not an HTML element, it is just an instruction which enforces a line break.
br does not take up any space in the page.

There is a way by which you can increase line break between lines, is by putting multiple br tags.



Another way is to use classed span tag and apply the style to them, to get desired output

Method-1: Use various span classes with a different style applied to them, you can change the value of “margin-bottom” for these classes to change the height of line break.




Article Tags :