ckim131 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Using amp; instead of & in HTML #1

Open griffinlacek opened 7 years ago

griffinlacek commented 7 years ago

Tiny thing! In HTML when using & it's best to use the HTML code & since the browser doesn't always know what & is inside of HTML. Check this out for more codes: http://www.html.am/html-codes/

https://github.com/ckim131/prj-rev-bwfs-dasmoto/blob/master/Dasmoto's%20Arts%20%26%20Crafts/index.html#L5 https://github.com/ckim131/prj-rev-bwfs-dasmoto/blob/master/Dasmoto's%20Arts%20%26%20Crafts/index.html#L11

ckim131 commented 7 years ago

Noted and updated. Thank you.