Home >Web Front-end >HTML Tutorial >How can I make some links display underlines when clicked and some not? ? _html/css_WEB-ITnose
CSS
How to make part of the link display underline when clicked, but not part of it? ? #aaa a:active{ text-decoration:underline;}
#bbb a:active{ text-decoration:none;}