0
Que?
La etiqueta br se puede utilizar para dejar espacios en una página web?
1 Respuesta
+ 1
linebreaks;
<br><br><br>
so it breaks the line, and add 2 more empty lines.
but you have some better options:
add a <p> or <div> tag with a style, and playing with the margins and paddings
note: <p> tag has some default margins and paddings