{"id":12011,"date":"2022-03-10T06:12:35","date_gmt":"2022-03-10T11:12:35","guid":{"rendered":"http:\/\/local.brightwhiz\/?post_type=snippets&p=12011"},"modified":"2022-03-10T06:16:45","modified_gmt":"2022-03-10T11:16:45","slug":"bootstrap-4-cdn-cheatsheet","status":"publish","type":"snippets","link":"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/","title":{"rendered":"Bootstrap 4 CDN Cheatsheet"},"content":{"rendered":"\n

Bootstrap 4 CDN code.<\/p>\n\n\n\n

Bootstrap 4.5 Code:<\/p>\n\n\n\n

<!-- Bootstrap 4.5 CSS -->\n<link rel="stylesheet" href="https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">\n\n<!-- Bootstrap 4.5 JS Requirements -->\n<script src="https:\/\/code.jquery.com\/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj\/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"><\/script>\n<script src="https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.1\/dist\/umd\/popper.min.js" integrity="sha384-9\/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"><\/script>\n<script src="https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/js\/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8\/KUEfYiJOMMV+rV" crossorigin="anonymous"><\/script><\/code><\/pre>\n\n\n\n

Bootstrap 4.5 HTML Boilerplate<\/h2>\n\n\n\n
<!doctype html>\n<html lang="en">\n  <head>\n    <!-- Required meta tags -->\n    <meta charset="utf-8">\n    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">\n\n    <!-- Bootstrap CSS -->\n    <link rel="stylesheet" href="https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/css\/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e\/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">\n\n    <title>Hello, world!<\/title>\n  <\/head>\n  <body>\n    <h1>Hello, world!<\/h1>\n\n    <!-- Optional JavaScript; choose one of the two! -->\n\n    <!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->\n    <script src="https:\/\/code.jquery.com\/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj\/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"><\/script>\n    <script src="https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/js\/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ\/JpcUGGOn+Y7RsweNrtN\/tE3MoK7ZeZDyx" crossorigin="anonymous"><\/script>\n\n    <!-- Option 2: jQuery, Popper.js, and Bootstrap JS\n    <script src="https:\/\/code.jquery.com\/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj\/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"><\/script>\n    <script src="https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.1\/dist\/umd\/popper.min.js" integrity="sha384-9\/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"><\/script>\n    <script src="https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/js\/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr\/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"><\/script>\n    -->\n  <\/body>\n<\/html><\/code><\/pre>\n\n\n\n

Bootstrap 4.6 Code:<\/p>\n\n\n\n

<!-- Bootstrap 4.6 CSS -->\n<link rel="stylesheet" href="https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.6.1\/dist\/css\/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG\/eSrtxUkn" crossorigin="anonymous">\n\n<!-- Bootstrap 4.6 JS Requirements -->\n\n<script src="https:\/\/cdn.jsdelivr.net\/npm\/jquery@3.5.1\/dist\/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj\/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"><\/script>\n<script src="https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.6.1\/dist\/js\/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm\/tB9LTS58ONXgqbR9W8oWht\/amnpF" crossorigin="anonymous"><\/script><\/code><\/pre>\n\n\n\n

Bootstrap 4.6 HTML Boilerplate<\/h2>\n\n\n\n
<!doctype html>\n<html lang="en">\n  <head>\n    <!-- Required meta tags -->\n    <meta charset="utf-8">\n    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">\n\n    <!-- Bootstrap CSS -->\n    <link rel="stylesheet" href="https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.6.1\/dist\/css\/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG\/eSrtxUkn" crossorigin="anonymous">\n\n    <title>Hello, world!<\/title>\n  <\/head>\n  <body>\n    <h1>Hello, world!<\/h1>\n\n    <!-- Optional JavaScript; choose one of the two! -->\n\n    <!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->\n    <script src="https:\/\/cdn.jsdelivr.net\/npm\/jquery@3.5.1\/dist\/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj\/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"><\/script>\n    <script src="https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.6.1\/dist\/js\/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm\/tB9LTS58ONXgqbR9W8oWht\/amnpF" crossorigin="anonymous"><\/script>\n\n    <!-- Option 2: Separate Popper and Bootstrap JS -->\n    <!--\n    <script src="https:\/\/cdn.jsdelivr.net\/npm\/jquery@3.5.1\/dist\/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj\/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"><\/script>\n    <script src="https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.1\/dist\/umd\/popper.min.js" integrity="sha384-9\/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"><\/script>\n    <script src="https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.6.1\/dist\/js\/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK\/B\/fQ2" crossorigin="anonymous"><\/script>\n    -->\n  <\/body>\n<\/html><\/code><\/pre>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","meta":[],"categories":[4,953,25,27,15,16,18],"tags":[954,104,170,303,328,350,424,433,471,591,635,638],"yoast_head":"\nBootstrap 4 CDN Cheatsheet [Snippet]<\/title>\n<meta name=\"description\" content=\"This cheatsheet has the two latest code snippets available from the Bootstrap 4 CDN for your next web development project\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bootstrap 4 CDN Cheatsheet [Snippet]\" \/>\n<meta property=\"og:description\" content=\"This cheatsheet has the two latest code snippets available from the Bootstrap 4 CDN for your next web development project\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-10T11:16:45+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/\",\"url\":\"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/\",\"name\":\"Bootstrap 4 CDN Cheatsheet [Snippet]\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"datePublished\":\"2022-03-10T11:12:35+00:00\",\"dateModified\":\"2022-03-10T11:16:45+00:00\",\"description\":\"This cheatsheet has the two latest code snippets available from the Bootstrap 4 CDN for your next web development project\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Snippets\",\"item\":\"http:\/\/local.brightwhiz\/snippets\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bootstrap 4 CDN Cheatsheet\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bootstrap 4 CDN Cheatsheet [Snippet]","description":"This cheatsheet has the two latest code snippets available from the Bootstrap 4 CDN for your next web development project","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/","og_locale":"en_US","og_type":"article","og_title":"Bootstrap 4 CDN Cheatsheet [Snippet]","og_description":"This cheatsheet has the two latest code snippets available from the Bootstrap 4 CDN for your next web development project","og_url":"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_modified_time":"2022-03-10T11:16:45+00:00","twitter_card":"summary_large_image","twitter_site":"@brightwhizmag","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/","url":"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/","name":"Bootstrap 4 CDN Cheatsheet [Snippet]","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"datePublished":"2022-03-10T11:12:35+00:00","dateModified":"2022-03-10T11:16:45+00:00","description":"This cheatsheet has the two latest code snippets available from the Bootstrap 4 CDN for your next web development project","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/snippets\/bootstrap-4-cdn-cheatsheet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"Snippets","item":"http:\/\/local.brightwhiz\/snippets\/"},{"@type":"ListItem","position":3,"name":"Bootstrap 4 CDN Cheatsheet"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/snippets\/12011"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/snippets"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/snippets"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=12011"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=12011"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=12011"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=12011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}