<a href="https://techacademy.jp/magazine/category/programming/css" target="_blank" rel="noopener noreferrer">
<p>下線なしリンク(ホバーで下線表示あり)</p>
</a>
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.