how to change the colour of text on a button code example
Example: change text color in html butn
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>