I believe the double quotes is what you would use normally. You can use the single quotes to show a quotation within another quotation. The single quotes are not often used. I see them more often used in programming languages where single quotes show a single character, and double quotes show a string of characters.