+ 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!??
4 Réponses
+ 1
<p> <font color="red">This is some text!</font> </p>
Color can be some predefined colors or rgb values
+ 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.
0
<p style="color: aqua"> Your text!</p>
0
do I just text that on it in it do it