<a href="https://laptrinhtudau.com/" target="_blank">laptrinhtudau.com</a>
a:link {
text-decoration: none;
/* không gạch chân */
}
a:visited {
/* link khi đã đến */
text-decoration: none;
}
a:hover {
/* gạch chân link khi di chuột qua */
text-decoration: underline;
}
a:active {
/* link khi nhấp chuột */
text-decoration: underline;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.