<html>
<head>
<title>CSS Styling</title>
<!-- `./` because the file is in the same directory as the HTML file -->
<link rel="stylesheet" type="text/css" href="./styles.css" />
</head>
<body>
<h1>CSS Styling</h1>
</body>
</html>
<link href="/media/examples/link-element-example.css" rel="stylesheet">
<p><a href>.css</a></p>