How to use text-decoration property in CSS?
This property is used to specify the decoration added to text. text-decoration-line text-decoration-style text-decoration-color text-decoration text-decoration-line This property is used to specify what type of line the decoration will have. We can set this property to none, underline, overline, line-through We can combine more than one value, like underline and overline to display lines both … Read more