+ 1

How do you create multicolored text in a webpage?

7th Feb 2019, 6:52 AM
Samant Kumar
Samant Kumar - avatar
4 Answers
+ 5
You can use css. Insert text in different span or div block and give different ids. Then, specify different colour for different ids. Font tag is depreciated in html 5
7th Feb 2019, 7:04 AM
Arushi Singhania
Arushi Singhania - avatar
+ 2
What is the purpose if this question, if you already know the info and you have answered it?!? Please remove it.
7th Feb 2019, 6:55 AM
Rowsej
Rowsej - avatar
+ 1
To create text with different colors, use the <font color=”color”>
</font> tags for every character that you want to apply color. You can use this tag combination as many times as needed, surrounding a single character or an entire word.
7th Feb 2019, 6:53 AM
Samant Kumar
Samant Kumar - avatar
0
I know this one option... But if you have any other option you can tell me.
7th Feb 2019, 6:58 AM
Samant Kumar
Samant Kumar - avatar