What is the difference between single or double quotes in my JS and CSS? Is it a matter of opinion, of are there specific situations where one is required over the other.
In W3Schools, they use single-quotes for url('')
, but they use double quotes for font-face: ""
. Additionally, in a JavaScript tutorial I saw, they used both single and double quotes.
What's the difference?