when you're coding and you do your paragraph how do you make the words that you want in your game or something in colors | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

when you're coding and you do your paragraph how do you make the words that you want in your game or something in colors

if you know please type back please please thank you!??

27th Sep 2016, 11:24 PM
Kim Means
Kim Means - avatar
4 Answers
+ 1
<p> <font color="red">This is some text!</font> </p> Color can be some predefined colors or rgb values
28th Sep 2016, 12:34 AM
Ryne
Ryne - avatar
+ 1
ok if you are talking about a whole paragraph then use : <p> <font color="blue"> Your text here</font></p> and if you just want to change the color of a word or two in the paragraph then use : <p> Your <span style="color:blue"> text</span> here<p>. the word "text" appears blue. hope it helps.
29th Sep 2016, 1:54 AM
Ahmed
0
<p style="color: aqua"> Your text!</p>
28th Sep 2016, 6:59 AM
Tigran Galstyan
Tigran Galstyan - avatar
0
do I just text that on it in it do it
28th Sep 2016, 9:24 PM
Kim Means
Kim Means - avatar