Answers for "how to align the text inside a button"

3

how to right align a text button

<input type="button" value="Click Me" style="float: right;">
Posted by: Guest on March-04-2020
2

how to align the text center in button

text-align:'center'
Posted by: Guest on September-14-2021

Code answers related to "how to align the text inside a button"

Browse Popular Code Answers by Language