36.6k views
3 votes
Which property do you use to change the size of the text on a button object?

1 Answer

3 votes
depends on what sort of markup language your using, if your using HTML and CSS then it would be...

font-size: (whatevernumberyouwant)px; this is for css
but if your doing it in the tags then this should work


you dont need the parentheses I just added them so you dont get confused.
User MrChristine
by
6.3k points