Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e790a commit 31d3359Copy full SHA for 31d3359
lessons/05-active-links/README.md
@@ -26,11 +26,10 @@ You can also use an active class name instead of inline-styles.
26
```
27
28
We don't have a stylesheet on the page yet though. Lets add one--extra
29
-points if you can add a `link` tag from memory. Double extra points if
30
-you can leave the attributes unquoted, against your better judgement.
+points if you can add a `link` tag from memory.
31
32
```html
33
-<link rel=stylesheet href=index.css />
+<link rel="stylesheet" href="index.css" />
34
35
36
And the css file:
0 commit comments