hover link in css code example
Example 1: text underline hover css
a:hover {
text-decoration: underline;
}
Example 2: css hover
.a:hover{background-color: black;}
a:hover {
text-decoration: underline;
}
.a:hover{background-color: black;}