5 lines
244 B
HTML
5 lines
244 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<p>Underline should skip over the subscripted 'x'</p>
|
|
<div style="font:36px serif; color:rgba(0,0,255,0.5);">
|
|
<u style="text-decoration-color:red;text-decoration-skip-ink:none;">xx<sub>x</sub>xx</u></div>
|