+ 1
Is it possible to use different colors for one word??
I mean each color for an alphabet
6 Answers
+ 2
You have to use the span tag
<h1>
<span style="color: #ff99cc;">D</span>
<span style="color: #ffcc99;">i</span>
<span style="color: #ffff99;">c</span>
<span style="color: #ccffcc;">k</span>
<span style="color: #ccffff;">s</span>
<span style="color: #99ccff;">o</span>
<span style="color: #cc99ff;">n</span>
</h1>
+ 2
Thank you
+ 1
Yes, it is possible.
+ 1
How is it done??
+ 1
What programming language?
+ 1
Html