Consider the example below:
Line1 <br /> Line2
To create a line break between Line1 and Line2, I have utilized <br />
. However, due to lack of cross-browser compatibility in setting the height of br, I am seeking an alternative approach. Any suggestions for achieving the desired outcome?