how to change the text colour of 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>