<!DOCTYPE html>
<html>
<head>
<style>
body{
text-align:center;
}
a:active{
color: yellow;
}
h1, h2, h3{
color:red; ;
}
</style>
</head>
<body>
<h1>Halo dunia</h1>
<h2>Pseudo class :active</h2>
<h3>Klik link berikut ini untuk melihat efek dari class :active </h3>
<a href="#">Klik Link</a>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.