[HTML5] color for text-decoration

by ming
2019-01-20

# code
<style type="text/css"> p {text-decoration:line-through; color:red} p span {color:black} </style> <p><span>This is a paragraph.</span></p>
# view