<h1>더 자세한 내용은 이 <a href="#1">링크</a>를 클릭하세요.</h1>
<h2>더 자세한 내용은 이 <a href="#2">링크</a>를 클릭하세요.</h2>
<p>더 자세한 내용은 이 <a href="#3">링크</a>를 클릭하세요.</p>
a {
  color: green;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

html {
  color: dimgray;
  font-family: sans-serif;
  line-height: 1.6;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.