This is my HTML:
<!DOCTYPE html>
<html>
<style>span {text-decoration: none}</style>
<body>
<a href="#">underscored text <span>without underscore</span></a>
</body></html>
The <span>
remains underscored. What is a possible workaround (without JavaScript and without changing the HTML)?