Basically I have a span
which is inside a p
, on CSSI have the p underline, but I can't seem to remove the underline from the span
, you'll find some code example below:
p{text-decoration:underline;} span{text-decoration:none;}
<p>Hello World <span> I'm spanning... </span> </p>
All the text is underlined. Could you please give me a hand?