how to change text color of button in css 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>