Is it possible? I want to change the style of some words in a paragraph with the help of css without using any html tag on those specific word. like , etc. Waiting for posi
CSS can select only elements and pseudo-elements. You cannot select words.