Home > Article > Web Front-end > overtake??. How to specify (the color before and after the link)_html/css_WEB-ITnose
I saw this article that teaches how to 'single designate'
http://mail.mcjh.kl.edu.tw/~lin/teach/htm/linkline.htm
Original CSS The meaning is as follows
080b747a20f9163200dd0a7d304ba388 110cd86c4ef929efc0e5f505ae6f6ddf
A:link {color: blue} General link: {Color: blue}
A: visited {color: gray} Visited links: {color: gray}
A:active {color: green} Links being executed: {color: green}
A:hover {color: red} When sliding Move the mouse over the link: {Color: red}
A{text-decoration: none} Hyperlink without underlining
531ac245ce3e4fe3d50054a55f265927 516e3d44dffb65613febf33fbf041aa1
↑
This method is full page, I only want [single] to achieve
A: visited {color: gray} Visited links: {Color: gray}
How can I change it?
<a style="text-decoration:none; VS的智能感知找老半天没看到相关的 T.T " href="http://ABC.aspx" target="_blank"> Forgot your password?</a>
Because of my entire project, Only this link should do this. . .
So I don’t want to declare a css in the shared CSS file
(because for this reason, it feels bad to load all the function pages)
2. I don’t want to do that again. The top of the page declares