Имеется CSS:
tag:before { content: "<tag>"; }
tag:after { content: "</tag>"; }
tag {
text-decoration: line-through;
font-weight: bold;
font-style: italic;
}
Вот так не получается:
tag:before, tag:after {
text-decoration: none;
text-weight: normal;
font-style: normal;
}