Friday 2 August 2019

javascript - Where to load scripts or css from CDN, head or body?

Where should I put the code for CDN scripts or styles? In the head element or before the closing body tag?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...