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

a:link {
  background: yellow;
}

a:visited {
  background: pink;
}

a:focus {
  background: orange;
}

a:hover {
  background: skyblue;
}

a:active {
  background: red;
}

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.