Change color of one character in a text box HTML/CSS

后端 未结 7 2016
南笙
南笙 2020-12-01 12:24

I\'m designing a web site and i would like to ask you guys that, how can I change the color of just one character in a string in a text box of HTML by CSS?

example

7条回答
  •  攒了一身酷
    2020-12-01 12:55

    You could try using

     
    
    Var x = "dude"; 
    

提交回复
热议问题