css-target-text-decoration-001-ref.html (404B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Highlight API Test: ::target-text text-decoration - reference</title> 4 <style> 5 #target-text { 6 text-decoration: wavy underline overline green 5px; 7 text-underline-offset: 20px; 8 } 9 div { 10 border: solid 1px black; 11 padding: 50px; 12 } 13 </style> 14 <div id="upper">The word <span id="target-text">remain</span> has under/over lines.</div> 15 </html>