Home / CSS Tips Generated By ChatGPT / Subtle Text Underline Styling in CSS Style underlines for text links or emphasis more subtly using text-decoration properties. Source Code a { text-decoration: underline dotted red; }