<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/web-beginner-en-TlhFi/4/2?curriculum_id=50579fb998b470000202dc8b#
<In what way does your code behave incorrectly? Include ALL error messages.>
https://gyazo.com/22885905707a6e5674d85afbf0f192fe
Replace this line with your code.
can i see your html code? I guess something is wrong with your <link>
try showing your code, you’ll get more answer’s 
The code is in the gyazo screenshot
just the css, not the html code
<!DOCTYPE html>
<html>
<head>
<link type="text/css";rel="stylesheet";href="stylesheet.css"/>
<title>Result</title>
</head>
<body>
<h1 style="font-family: Verdana;
color:#576D94;">css</h1>
<p style="font-size:18px;color:#4A4943"> side</p>
</body>
</html>
sorry one this one: <link type=“text/css”;rel=“stylesheet”;href="stylesheet
its not allowing me to post the code
attributes (type, rel, href) are separated by spaces, not semi-colons
You need markup for html code to show: