Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdefelice
1610 days ago
I got stuck on level 7 because I forgot id selectors where a thing.
2 comments
jacobmischka
1610 days ago
Ha, I also thought they were class selectors for a while too, I think because I usually put id before class when I'm writing html.
link
mlajtos
1610 days ago
I also forgot, but "reinvented" them – `[id="foo"]`
link