css text-emphasis 属性是简写属性,用于在一个声明中设置 text-emphasis-style 和 text-emphasis-color
text-emphasis: text-emphasis-style text-emphasis-color;
| 值 | 描述 | 
|---|---|
| text-emphasis-style | 向元素的文本应用重点标记 | 
| text-emphasis-color | 定义重点标记的前景色 | 
提示: Adobe 的 "Kenten Generic OpenType Font" 是一个适合重点标记的字体,它专门为重点标记设计
| 默认值: | none | 
|---|---|
| 继承性: | yes | 
| 版本: | CSS3 | 
| JavaScript 语法: | object.style.textEmphasis="filled blue" | 
目前主流浏览器都不支持 text-emphasis 属性
改变单词之间的间距使得每行对齐
p {
    text-align:justify;
    text-justify:inter-word;
}本文内容仅供个人学习/研究/参考使用,不构成任何决策建议或专业指导。分享/转载时请标明原文来源,同时请勿将内容用于商业售卖、虚假宣传等非学习用途哦~感谢您的理解与支持!