Меню
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON PHP КАК СДЕЛАТЬ
     ❯   

CSS Справочники


CSS Свойства





text-emphasis-color



Example

Use of the text-emphasis-color property:

p.ex1 {
  text-emphasis-color: red;
}

p.ex2 {
  text-emphasis-color: blue;
}

p.ex3 {
  text-emphasis-color: rgb(130, 180, 150);
}

p.ex4 {
  text-emphasis-color: currentcolor;
}
Try it Yourself »

Definition text-emphasis-color

Подработка: Перевод страницы

The text-emphasis-color property sets the color of emphasis marks.

Tip: No emphasis marks are shown, unless the text-emphasis-style property is set.

Default value: currentcolor
Inherited: yes
Version: CSS3
JavaScript syntax: object.style.textEmphasisColor="blue"

Browser Support text-emphasis-color

The numbers in the table specify the first browser version that fully supports the property.

Property
text-emphasis-color 99.0 99.0 46.0 7.0 85.0


CSS Syntax text-emphasis-color

text-emphasis-color: color|inherit|initial;

Value Description
color Sets the color of the emphasis marks. If no color is specified, it uses the currentcolor Demo ❯
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit


×

Связаться с отделом продаж

Если вы хотите использовать услуги schoolsw3 как образовательное учреждение, команда или предприятие, отправьте нам электронное письмо:
sales@schoolsw3.com

Сообщить об ошибке

Если вы хотите сообщить об ошибке или внести предложение, отправьте нам электронное письмо:
help@schoolsw3.com

Schoolsw3 оптимизирован для обучения и подготовки. Примеры могут быть упрощены для улучшения чтения и обучения. Учебники, ссылки и примеры постоянно проверяются, чтобы избежать ошибок, но мы не можем гарантировать полную правильность всего контента.
При использовании Schoolsw3 вы соглашаетесь прочитать и принять наши условия использования,
политику использования файлов cookie и конфиденциальности.

Авторское право 1999- © Copyright. Все права защищены. Schoolsw3 работает на SW3.CSS.