BillyRayPreachersSon
Programmer
I went for a contract interview down at PwC ealier today, and one of the interviewers gave me the following CSS test, which I thought would make an interesting post.
A star for the first correct answer, although it really is just for fun!
What do the following 3 bits of CSS code do:
FYI, she said that most people didn't get all 3 right, so I was quite pleased to do so.
Dan
A star for the first correct answer, although it really is just for fun!
What do the following 3 bits of CSS code do:
Code:
1) #p, a { color: blue; }
2) p a { color: blue; }
3) p.a { color: blue; }
FYI, she said that most people didn't get all 3 right, so I was quite pleased to do so.
Dan