Oops, try again. Did you remember to put some link text between your tags? You can’t leave them empty!
It keeps saying this
HTML
<!DOCTYPE html>
<html>
<head>
<link type="text/css"; rel="stylesheet"; href="stylesheet.css"/>
<title>Result</title>
</head>
<body>
<h1> Comment</h1>
<p> Comment</p>
<img src="http://bit.ly/NnVbxt"/>
<a href="https://www.youtube.com/"/>link text</a>
</body>
</html>
CSS
h1{
font-family:Verdana, sans-serif;
color:#576d94;
}
p{
font-size:18px;
color:#4a4943;
font-family:Garamond, serif;
}
img{
height:100px;
width:300px;
border:1px solid #4682b4;
}
a{
text-decoration: none;
color:#cc0000;
}