Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

FgColor Example

<html> <body> Sample Text<br> <button onclick="document.fgColor='red';">Red</button> <button onclick="document.fgColor='blue';">Blue</button> </body> </html>