how to make anchor tag decoration code example
Example 1: text underline hover css
a:hover {
text-decoration: underline;
}
Example 2: text-decoration:
text-decoration:
a:hover {
text-decoration: underline;
}
text-decoration: