Examples
by Slava809
HTML
<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis-color -->
<p>Here's an example:</p>
<em>This has emphasis marks!</em>
CSS
em {
text-emphasis-color: green;
text-emphasis-style: "*";
}