Changing the color text | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Changing the color text

Hey! I would like to know how to change a color text from black to another color. Thanks anyway.

4th Feb 2018, 12:56 PM
Carlos Eduardo
3 Answers
+ 4
use style attribute to change color - like shown below <p style="color:red">Hello</p> 😊
4th Feb 2018, 1:22 PM
💻Amey💻
💻Amey💻 - avatar
+ 4
1. <p style="color:red;"</p> 2. CSS: p{ color:red; }
4th Feb 2018, 1:41 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 2
Thank you guys for helping!
4th Feb 2018, 3:58 PM
Carlos Eduardo