Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
.trash
/
yinvoice
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/.trash/yinvoice/example.html
<html> <head> <style> /* unvisited link */ a:link { color: yellow; text-decoration: none; display: inline-block; background-color: black; } /* visited link */ a:visited { color: red; text-decoration: none; display: inline-block; } /* mouse over link */ a:hover { text-decoration: none; display: inline-block; color: pink; } /* selected link */ a:active { color: green; text-decoration: none; display: inline-block; } .abc { color: blue; } .abc:hover { color: red; } } </style> </head> <body style="font-size:50px;"> <a href="https://www.google.com/" >fmiengo</a> <p><b>Note:</b> a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.</p> <p><b>Note:</b> a:active MUST come after a:hover in the CSS definition in order to be effective.</p> <p class="abc"> a:active MUST come after a:hover in the CSS definition in order to be effective.</p> </body> </html>