Help with Html/CSS Pt 1 Lesson 3 section 6

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

Linking a CSS Style Sheet to an HTML File

https://www.codecademy.com/courses/learn-html-css/lessons/css-setup/exercises/review-css-setup?action=lesson_resume&link_content_target=interstitial_lesson

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

Error messages:
Special characters must be escaped [<] [>]
Did you link the style sheet?

*NOTE: The 2nd link is not mine, it’s simply part of the code already given by codecademy that is also getting error highlights.

```
<do not remove the three backticks above>
/style.css

Try it without the /

note : I will be using ’ ’ insted of < > .please understand
You made a syntax error

’ link href="/style.css" type=“text/css” rel=“stylesheet” ’

you forget to give " in rel = “stylesheet”

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.