Hi Guys, I am getting an error here:
“Oops, try again. Did you remember to close your tag?”. I am not sure why this is happening because I have closed the link.
<head>
<!--Add your link tag here!-->
<link type="text/css"; rel="stylesheet"; href="stylesheet.css"></link>
<title>Result</title>
</head>
<body>
<h1>Change me to Verdana.</h1>
<h3>Change me to Courier.</h3>
<p>Make me purple!</p>
attributes (link, type, rel) are seperated by spaces only, no semi-colons. They don’t really teach you how self closing tags work, but remember that you had to close the image with a slash: