Tell us what’s happening:
In step 4 I get error link element is self-enclosing without any reason.
The step 4 is:
As I thick it is correct I guess
please help me to get rid out of it.
It is styles.css not style.css.
You have to put a slash(/)before the closing > because the tests are a bit strict. You have also given a text attribute instead of a type attribute.
I have the same question. I have also been checking other online sources, and none of these include the (/) in the normal syntax for self-closing elements.