Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Apr 28, 2016
1 parent 54e790a commit 31d3359
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lessons/05-active-links/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ You can also use an active class name instead of inline-styles.
```

We don't have a stylesheet on the page yet though. Lets add one--extra
points if you can add a `link` tag from memory. Double extra points if
you can leave the attributes unquoted, against your better judgement.
points if you can add a `link` tag from memory.

```html
<link rel=stylesheet href=index.css />
<link rel="stylesheet" href="index.css" />
```

And the css file:
Expand Down

0 comments on commit 31d3359

Please sign in to comment.