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 trialMihael Hunjet
3,397 PointsDouble quotes should be placed in link under head as when we download workplace is only single quote. Cheers
Double quotes should be placed in link under head as when we download workplace is only single quote. Cheers
3 Answers
Steven Parker
231,248 PointsIn general, single or double quotes can be used interchangeably (but of course, only in matched pairs).
Please re-state the question if that is not what you were asking.
Mihael Hunjet
3,397 PointsHi Steven, as I working in Windows operating system. Single quotes showing error in Visual Studio and won't show content in browser. Thanks hope this helps
Steven Parker
231,248 PointsPlease show the code itself.
Mihael Hunjet
3,397 PointsThis is how is I download work-space. And it's not working for font on windows. Double quotes is working fine. " "
<link href='http://fonts.googleapis.com/css?family=Nunito:400,300' rel='stylesheet' type='text/css'>
Steven Parker
231,248 PointsIt works just fine for me with the single quotes. But while these are OK (I copied/pasted this code), perhaps in other situations you're getting word-processor type ("curly") quotes. Now those would be a problem.