<h1>더 자세한 내용은 이 <a href="#1">링크</a>를 클릭하세요.</h1>
<h2>더 자세한 내용은 이 <a href="#2">링크</a>를 클릭하세요.</h2>
<p>더 자세한 내용은 이 <a href="#3">링크</a>를 클릭하세요.</p>
a {
color: green;
}
a:focus,
a:hover {
color: lightgreen;
}
html {
color: dimgray;
font-family: sans-serif;
line-height: 1.6;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.