text-emphasis

text-emphasis 属性是简写属性,用于在一个声明中规定 text-emphasis-style 和 text-emphasis-color。

目前主流浏览器都不支持 text-emphasis 属性。

 

语法

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

描述
text-emphasis-style向元素的文本应用重点标记。
text-emphasis-color 定义重点标记的前景色。

例子

CSS

p
{
    text-align:justify;
    text-justify:inter-word;
} 

参考

相关链接

外部链接