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 decoration thickness Property

CSS text-decoration-thickness Property

 

 

The text-decoration-thickness property is used to specify the thickness of the decoration line.

 

Default Value:-

 

Its default value is auto.

 

Syntax:-

 

Its syntax is:- text-decoration-thickness: auto | from-font | length/percentage | initial | inherit;

 

Further Explanation:-

 

Value Description
auto The browser chooses the thickness of the decoration line
from-font If a font file contains information about a preferred thickness, then it will be used.
length/percentage Specifies the thickness as a length or %
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS