Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
a:active {
  background-color: yellow;
}
</style>
</head>
<body>
<h1>Demo of the :active selector</h1>
<a href="../index.html">W3schools.com</a><br>
<a href="../html/index.html">HTML</a><br>
<a href="../css/index.html">CSS</a>
<p><b>Note:</b> The :active selector styles the active link.</p>
</body>
<!-- Mirrored from www.mdssup.ma/cssref/tryit.asp?filename=trycss_sel_active by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:18:06 GMT -->
</html>