trisquel-icecat/icecat/testing/web-platform/tests/css/css-highlight-api/highlight-text-replace-ref.html
2025-10-06 02:35:48 -06:00

14 lines
254 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#highlight {
background-color: yellow;
color:green;
}
</style>
</head>
<body>
One<span id="highlight"> </span>t<span id="highlight">w</span>o three
</body>
</html>