Quotation Marks- html
Language
Quotation marks are not the same in all languages, you need to define the language in your CSS using the quotes property. The following code specifies that the quote marks will be the ones used for english.
q:lang(en)
{
quotes: "«" "»" "'" "'";
}