CSS text-emphasis-style
The text-emphasis-style property in CSS is used to specify the style of the text emphasis mark. This property can be used to add visual emphasis to text, such as adding a colored dot or underline to draw attention to certain words or phrases.
There are several values that can be used with the text-emphasis-style property, including:
none: No emphasis mark is added to the text.filled: A filled circle or other shape is added to the text.open: An open circle or other shape is added to the text.double-circle: Two circles are added to the text.triangle: A triangle shape is added to the text.
Let's see an example of how to use the text-emphasis-style property in CSS:
In the example above, the text has a filled emphasis mark added to it using the text-emphasis-style: filled; property.