CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS text emphasis Property

CSS text-emphasis Property

 

 

The text-emphasis property is used to set emphasis marks on text. It is a shorthand for text-emphasis-style and text-emphasis-color.

 

Default Value:-

 

Its default value is none.

 

Syntax:-

 

Its syntax is:- text-emphasis: none | filled | open | dot | circle | double-circle | triangle | sesame | string|color;

 

Further Explanation:-

 

Value Description
none No emphasis marks are applied.
filled The emphasis marks are filled with a solid color.
open The emphasis marks are hollow.
dot The emphasis marks are small circles.
circle The emphasis marks are circles.
double-circle The emphasis marks are double circles.
triangle The emphasis marks are triangles.
sesame The emphasis marks are sesames.
string The emphasis marks are the given string.
color Sets the color of the emphasis marks

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS