0
You can use line break by tag <br>
. The code would look like this:
<button>
cima
<br>
baixo
</button>
0
2
You can use line break by tag <br>
. The code would look like this:
<button>
cima
<br>
baixo
</button>
Same answer in Soen, basically this is one of the most used solutions But it is also possible to use width to limit the size and break the line and other ways too :) Soen Answer: https://stackoverflow.com/questions/7469088/html-can-i-display-button-text-in-Multiple-Lines
Iago, always post the references you sought, if you have. Thus, enriches the content of the answer and also gives credit to the other.
Browser other questions tagged html
You are not signed in. Login or sign up in order to post.
Pq does not use div which is a block element and already breaks the line
– hugocsl