To make a multiline button in HTML you can use the following snippet.

Sample HTML

<input type="button" value="This&#x00A;is&#x00A;a&#x00A;Multiline&#x00A;Button">

2 thought on “How to make a multiline button in HTML”

Leave a Reply