wpwenzel / dasmoto

dasmoto css project for codeacademy intensive
0 stars 0 forks source link

IMPORTANT - Using '@amp;' #3

Open Emik234 opened 7 years ago

Emik234 commented 7 years ago

You want to be really careful when you are using & in code, reason being is that sometimes it can be interpreted as an AND in code and can cause some unexpected things to happen. To keep it safe, you're going to want to use '&' Check this page for more information: https://www.w3schools.com/html/html_entities.asp

wpwenzel commented 7 years ago

Hey thanks for the tip. I was unsure on that one. Would it be correct to then do this?

Dasmoto's Arts & Crafts

Or is that the incorrect syntax. I read the w3schools documentation as saying I need to add the "entity number" for the symbol.

Thanks, W