html color words code example Example: how to change text color using only html <body> <p style="color:#FF0000";>Red paragraph text</p> </body>