Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Selectors Advanced Selectors Pseudo-Elements - ::before and ::after

Can you not use single quotes with the content property?

At the end of the module, we are presented a challenge to use the content property and it wasn't accepting single quotes as a value. It was only correct if I had double quotes

1 Answer

Hi Kirt, you should be able to use either single or double quotes in html, css, and javascript. Here is a stackoverflow section about that. Here is another one. I have found that sometimes you have to be absolutely precise in those challenges to pass, this is probably one of those times. Treehouse has been very consistent with using double quotes for CSS, but in JavaScript they mainly use single quotes. Try experimenting with your own code on a workspace or text editor and see what happens when you use either single or double quotes.