<!doctype html>
<html>
<head>
<title>Pseudo-classes</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<p>This is a paragraph with <a href="#">a link</a> in it.</p>
<p>And another one with <a href="/topic/css">another link</a>.</p>
</body>
</html>