Media-Ed-Online / intro-web-dev-2017aut

Site for course "Introduction to Web Design and Development."
https://media-ed-online.github.io/intro-web-dev-2017aut/
MIT License
12 stars 3 forks source link

Escape characters in meta description #83

Open MarkLannen opened 6 years ago

MarkLannen commented 6 years ago

For project 3 I'm going to feature the new novel by Philip Pullman. I'm guessing that I will need to put quotes around the title of the novel in the meta description tag. Does anyone know if there is an advantage to using the escape characters for left and right quotes - “ and ” - as opposed to just using the regular double quotes - " - for both beginning and ending quotes? Below is an example of each.

Or, do I even need to use escape characters in this case?

Thanks!