a { color: green; text-decoration: none; } a:hover { color: red; text-decoration: underline; } a:active{ color: orange; } a:visited{ color: pink; text-decoration: none; }
Pro tip: use ```triple backticks around text``` to write in code fences