0
CSS text-decoration.
Can someone tell me if it's possible to add multiple text-decoration on the same element?
1 Antwort
+ 2
I don't know if I understand you correctly, but if you want to use it within a text, you can simply use a <span> with an id to edit single passages in the text.
You also have several possibilities to add a text decoration to the html file like <b> <u> <i> and so on.
But you can't use the text-decoration command multiple times on one tag, id or class.