+ 1
How to give color to some word?
How to give color to some word? Without using id or class .For example ,when i write word "apple" it must be red.
4 ответов
+ 2
Use inline styling.
<h6 style="color:skyblue">hii</h6>
0
<font color = "red">apple</font>
0
tanks for answering ,but i wanted to ask how to give.color without using css and html.))
For example I have a lot of code examples.So I need to give diffrent color to diffrent tags.Yes,I can use class or id ,but it takes a lot of time.Who knows better way to do it
0
Fury you can always put them into a text editor and change the color, then show them from there. as there is no way to inherently change the color of text on a computer.