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

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


CSS Свойства





text-emphasis-style



Example

Use of the text-emphasis-style property:

p.ex1 {
  text-emphasis-style: filled;
}

p.ex2 {
  text-emphasis-style: open;
}

p.ex3 {
  text-emphasis-style: double-circle;
}

p.ex4 {
  text-emphasis-style: "#";
}
Try it Yourself »

Definition text-emphasis-style

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

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

Tip: The size of the emphasis marks is about 50% of the size of the font.

Default value: none
Inherited: yes
Version: CSS3
JavaScript syntax: object.style.textEmphasisStyle="triangle"

Browser Support text-emphasis-style

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

Property
text-emphasis-style 99.0 99.0 46.0 7.0 85.0


CSS Syntax text-emphasis-style

text-emphasis-style: none|filled|open|dot|circle|double-circle|triangle|sesame|string|color|initial|inherit;

Value Description
none No emphasis marks are applied Demo ❯
filled The emphasis marks are filled with a solid color Demo ❯
open The emphasis marks are hollow Demo ❯
dot The emphasis marks are small circles Demo ❯
circle The emphasis marks are circles Demo ❯
double-circle The emphasis marks are double circles Demo ❯
triangle The emphasis marks are triangles Demo ❯
sesame The emphasis marks are sesames Demo ❯
string The emphasis marks are the given string (one character) 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.