Where is the link that links my DIV to my CSS sheet here:?
I have the following code:
<html>
<head>
<meta charset="utf-8">
<title>Bayside Beat: Cable cars</title>
<link href="styles/responsive.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<header>
...
</html>
So the question: How is the DIV linked to responsive.css where I can't see the class ID #wrapper in <link href...>
Can you explain to me what links lines 5 and 10 together?
