To make a multiline button in HTML you can use the following snippet.
Sample HTML
<input type="button" value="This
is
a
Multiline
Button">
To make a multiline button in HTML you can use the following snippet.
<input type="button" value="This
is
a
Multiline
Button">