1. Text Decoration
CSS text-decoration
is a property that allows you to style the decoration of text within an element. It’s commonly used to apply visual effects like underlining to text, making it more visually distinctive. This property is widely used to style hyperlinks.

2. Underline Color
Specifies the color of the text decoration (such as the underline). This is useful for customizing the appearance of text decorations.
3. Underline Thickness
Sets the thickness of the text decoration. This is a more recent property that allows you to change the weight of the underline.
4. Underline Offset
This defines the distance the underline is offset from the text.
Preview of Link – Text Decoration