86highlander / Dasmotos-Arts-And-Crafts

0 stars 0 forks source link

HTML Special characters #1

Open martoio opened 6 years ago

martoio commented 6 years ago

Check out this article that explains why you need to care about using special characters in HTML: http://text-symbols.com/html/encode/ The ampersand should be written as: &

https://github.com/86highlander/Dasmotos-Arts-And-Crafts/blob/d3bc3b60c093f030af5b863925cbcd0550fdc2af/index.html#L9

86highlander commented 6 years ago

Thanks for the comment. I was not aware of this requirement. Article read.