CSS3 text-emphasis attribute


Release date:2024-01-15 Update date:2024-01-15 Editor:admin View counts:88

Label:

CSS3 text-emphasis attribute

CSS reference manual

Example

Change the spacing between words so that each line is aligned:

p
{
    text-emphasis: filled red;
    -webkit-text-emphasis: filled red;
}

Browser support

Image0

Definition and usage

text-emphasis property is an abbreviated property that is used to set in a declaration text-emphasis-style and text-emphasis-color .

Tip: Adobe’s “Kenten Generic OpenType Font” is a font suitable for key tags, and it is specially designed for key tags.

Default value:

None

Inheritance:

Yes

Version:

CSS3

JavaScript syntax:

Object.style.textEmphasis= “filled blue”

Grammar

text-emphasis: text-emphasis-style text-emphasis-color;

Value

Description

Text-emphasis-style

Apply accent tags to the text of the element.

Text-emphasis-color

Defines the foreground color of the accent tag.

Powered by TorCMS (https://github.com/bukun/TorCMS).