Answers for "cdn"

14

what is a CDN

A content delivery network (CDN) refers to a geographically distributed group
of servers which work together to provide fast delivery of Internet content.

A CDN allows for the quick transfer of assets needed for loading Internet
content including HTML pages, javascript files, stylesheets, images, and videos.

The popularity of CDN services continues to grow, and today the majority of web
traffic is served through CDNs, including traffic from major sites like 
Facebook, Netflix, and Amazon.
Posted by: Guest on June-09-2021
1

cdn

FontAwesome
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
Boostrap
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
JQuery 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

More cdn
https://gist.github.com/fffaraz/a12e74093fd19f773dd7
Posted by: Guest on May-02-2021

Browse Popular Code Answers by Language