+ 2
How can add colors to the words?
5 Réponses
+ 8
<!-- HTML -->
<h1>Koder King </h1>
// CSS
body {
color: red;
}
+ 8
<p style="color:red">
+ 5
h1 {color:red | blue | green..
}
.elem {color: red | blue purple ...
+ 2
I made an example for you to see a couple of different ways you can add color with comments explaining.
https://code.sololearn.com/WFmeFnp7EJex/?ref=app