This is my code:
<HTML>
Hello
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Good bye!
</HTML>
Is there an easier way instead of using 10
tags?
<br>
is use for line break in html.
If you want to add multiple blank line you can use
<br style="line-height:N;">
where N is the number of blank line or you can write in px
e.g.
<br style = "line-height:100;">
or
<br style = "line-height:100px;">
first one give you 100 blank line and second one give you 100px space
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With