{"id":67,"date":"2023-12-22T12:12:50","date_gmt":"2023-12-22T12:12:50","guid":{"rendered":"https:\/\/www.xopsschool.com\/tutorials\/?p=67"},"modified":"2024-02-29T18:25:02","modified_gmt":"2024-02-29T18:25:02","slug":"what-is-bootstrap","status":"publish","type":"post","link":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/","title":{"rendered":"What is Bootstrap."},"content":{"rendered":"\n<p>Bootstrap is a popular front-end framework for web development. Designed to enable responsive development of mobile-first websites, Bootstrap provides a collection of syntax for template designs.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Why use Bootstrap?<\/h1>\n\n\n\n<p>Easy to use: Anybody with just basic knowledge of HTML and CSS can start using Bootstrap.Responsive features: Bootstrap&#8217;s responsive CSS adjusts to phones, tablets, and desktopsMobile-first approach: In Bootstrap 3, mobile-first styles are part of the core frameworkBrowser compatibility: Bootstrap is compatible with all modern browsers (Chrome, Firefox, Internet Explorer, Edge, Safari, and Opera).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Bootstrap CDN<\/h2>\n\n\n\n<p>If you don&#8217;t want to download and host Bootstrap yourself, you can include it from a CDN (Content Delivery Network).MaxCDN provides CDN support for Bootstrap&#8217;s CSS and JavaScript. You must also include jQuery.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Create First Web Page With Bootstrap code<\/strong>.<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\r\n&lt;html lang=\"en\">\r\n&lt;head>\r\n  &lt;title>Bootstrap Example&lt;\/title>\r\n  &lt;meta charset=\"utf-8\">\r\n  &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n  &lt;link rel=\"stylesheet\" href=\"https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.4.1\/css\/bootstrap.min.css\">\r\n  &lt;script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\">&lt;\/script>\r\n  &lt;script src=\"https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.4.1\/js\/bootstrap.min.js\">&lt;\/script>\r\n&lt;\/head>\r\n&lt;body>\r\n&lt;div class=\"container\">\r\n  &lt;h1>My Bootstrap Page&lt;\/h1>\r\n  &lt;p>This part is inside a .container class.&lt;\/p> \r\n  &lt;p>The .container class provides a responsive fixed width container.&lt;\/p> \r\n&lt;\/div>\r\n&lt;div class=\"container\">\r\n&lt;h1>Full course&lt;\/h1>\r\n&lt;p> jhchv bhvcbb hbbcbn bmbhhfrhhbnnjndnmmmnxncm dnsnncmbbrfccm mnbxbjehbjcbbhhvvchsccs&lt;\/p>\r\n&lt;p>fhcbijohmcbbhfgertndbxserutjjncjjf&lt;\/p>\r\n&lt;\/div>\r\n&lt;\/body>\r\n&lt;\/html>\r\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">OUTPUT<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"689\" height=\"274\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png\" alt=\"\" class=\"wp-image-68\" style=\"width:709px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png 689w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92-300x119.png 300w\" sizes=\"auto, (max-width: 689px) 100vw, 689px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Bootstrap Grid System<\/h2>\n\n\n\n<p>Bootstrap&#8217;s grid system allows up to 12 columns across the page.<br>If you do not want to use all 12 columns individually, you can group the columns together to create wider columns:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"668\" height=\"185\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/bootstrap.png\" alt=\"\" class=\"wp-image-69\" style=\"width:780px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/bootstrap.png 668w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/bootstrap-300x83.png 300w\" sizes=\"auto, (max-width: 668px) 100vw, 668px\" \/><\/figure>\n\n\n\n<p>Bootstrap&#8217;s grid system is responsive, and the columns will re-arrange automatically depending on the screen size.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Grid Classes<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Bootstrap grid system four classes:<\/li>\n\n\n\n<li>. xs (for phones &#8211; screens less than 768px wide)<\/li>\n\n\n\n<li>. sm (for tablets &#8211; screens equal to or greater than 768px wide)<\/li>\n\n\n\n<li>. md (for small laptops &#8211; screens equal to or greater than 992px wide)<\/li>\n\n\n\n<li>. lg (for laptops and desktops &#8211; screens equal to or greater than 1200px wide)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Basic Structure of a Bootstrap Grid<\/h2>\n\n\n\n<p>basic structure of a Bootstrap grid:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"row\">\r\n  &lt;div class=\"col-*-*\">&lt;\/div>\r\n  &lt;div class=\"col-*-*\">&lt;\/div>\r\n&lt;\/div>\r\n&lt;div class=\"row\">\r\n  &lt;div class=\"col-*-*\">&lt;\/div>\r\n  &lt;div class=\"col-*-*\">&lt;\/div>\r\n  &lt;div class=\"col-*-*\">&lt;\/div>\r\n&lt;\/div>\r\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Three Equal Columns<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"257\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/column-1024x257.png\" alt=\"\" class=\"wp-image-70\" style=\"width:897px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/column-1024x257.png 1024w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/column-300x75.png 300w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/column-768x193.png 768w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/column.png 1188w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The following example shows how to get a three equal-width columns starting at tablets and scaling to large desktops. On mobile phones or screens that are less than 768px wide, the columns will automatically stack:<\/p>\n\n\n\n<p><strong>Example<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"row\">\r\n  &lt;div class=\"col-sm-4\">.col-sm-4&lt;\/div>\r\n  &lt;div class=\"col-sm-4\">.col-sm-4&lt;\/div>\r\n  &lt;div class=\"col-sm-4\">.col-sm-4&lt;\/div>\r\n&lt;\/div>\r\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Bootstrap Text\/Typography<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">&lt;mark> <\/h2>\n\n\n\n<p>Bootstrap will style the HTML element in the following way<\/p>\n\n\n\n<p><strong>Example:-<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"container\">\n  &lt;h1>Highlight &lt;mark>highlight&lt;\/mark> Text&lt;\/h1>    \n  &lt;p>Use the mark element to &lt;mark>highlight&lt;\/mark> text.&lt;\/p>\n&lt;\/div>\n\n<strong>&lt;abbr><\/strong>\nBootstrap will style the HTML &lt;abbr> element in the following way:\n\n\n<strong>Example<\/strong>\n\n&lt;div class=\"container\">\n  &lt;h1>Abbreviations&lt;\/h1>\n  &lt;p>The abbr element is used to mark up an abbreviation or acronym:&lt;\/p>\n  &lt;p>The &lt;abbr title=\"World Health Organization\">WHO&lt;\/abbr> was founded in 1948.&lt;\/p>\n&lt;\/div>\n\n<strong>&lt;blockquote><\/strong>\n\n&lt;div class=\"container\">\r\n  &lt;h1>Indian Book&lt;\/h1>\r\n  &lt;p>The blockquote element is used to present content from another source:&lt;\/p>\r\n  &lt;blockquote>\r\n    &lt;p>For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.&lt;\/p>\r\n    &lt;footer>From WWF's website&lt;\/footer>\r\n  &lt;\/blockquote>\r\n&lt;\/div>\n\n\r\n\n\n\n\n\n\n\n\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Bootstrap is a popular front-end framework for web development. Designed to enable responsive development of mobile-first websites, Bootstrap provides a collection of syntax for template designs. Why use Bootstrap? Easy to use: Anybody with just basic knowledge of HTML and CSS can start using Bootstrap.Responsive features: Bootstrap&#8217;s responsive CSS adjusts to phones, tablets, and desktopsMobile-first &#8230; <a title=\"What is Bootstrap.\" class=\"read-more\" href=\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/\" aria-label=\"Read more about What is Bootstrap.\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-67","post","type-post","status-publish","format-standard","hentry","category-bootstrap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is Bootstrap. - XOps Tutorials!!!<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Bootstrap. - XOps Tutorials!!!\" \/>\n<meta property=\"og:description\" content=\"Bootstrap is a popular front-end framework for web development. Designed to enable responsive development of mobile-first websites, Bootstrap provides a collection of syntax for template designs. Why use Bootstrap? Easy to use: Anybody with just basic knowledge of HTML and CSS can start using Bootstrap.Responsive features: Bootstrap&#8217;s responsive CSS adjusts to phones, tablets, and desktopsMobile-first ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/\" \/>\n<meta property=\"og:site_name\" content=\"XOps Tutorials!!!\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-22T12:12:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-29T18:25:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png\" \/>\n<meta name=\"author\" content=\"ritik hansda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ritik hansda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/\"},\"author\":{\"name\":\"ritik hansda\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7\"},\"headline\":\"What is Bootstrap.\",\"datePublished\":\"2023-12-22T12:12:50+00:00\",\"dateModified\":\"2024-02-29T18:25:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/\"},\"wordCount\":307,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png\",\"articleSection\":[\"BootStrap\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/\",\"name\":\"What is Bootstrap. - XOps Tutorials!!!\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png\",\"datePublished\":\"2023-12-22T12:12:50+00:00\",\"dateModified\":\"2024-02-29T18:25:02+00:00\",\"author\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#primaryimage\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png\",\"contentUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png\",\"width\":689,\"height\":274},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.xopsschool.com\/tutorials\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Bootstrap.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/\",\"name\":\"XOps Tutorials!!!\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7\",\"name\":\"ritik hansda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6fe0bc437410899c524975272622377e50e726108b1ad03f7b4488f734304fce?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6fe0bc437410899c524975272622377e50e726108b1ad03f7b4488f734304fce?s=96&d=mm&r=g\",\"caption\":\"ritik hansda\"},\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/author\/ritikhansda\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Bootstrap. - XOps Tutorials!!!","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":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/","og_locale":"en_US","og_type":"article","og_title":"What is Bootstrap. - XOps Tutorials!!!","og_description":"Bootstrap is a popular front-end framework for web development. Designed to enable responsive development of mobile-first websites, Bootstrap provides a collection of syntax for template designs. Why use Bootstrap? Easy to use: Anybody with just basic knowledge of HTML and CSS can start using Bootstrap.Responsive features: Bootstrap&#8217;s responsive CSS adjusts to phones, tablets, and desktopsMobile-first ... Read more","og_url":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/","og_site_name":"XOps Tutorials!!!","article_published_time":"2023-12-22T12:12:50+00:00","article_modified_time":"2024-02-29T18:25:02+00:00","og_image":[{"url":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png","type":"","width":"","height":""}],"author":"ritik hansda","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ritik hansda","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#article","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/"},"author":{"name":"ritik hansda","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7"},"headline":"What is Bootstrap.","datePublished":"2023-12-22T12:12:50+00:00","dateModified":"2024-02-29T18:25:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/"},"wordCount":307,"commentCount":0,"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#primaryimage"},"thumbnailUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png","articleSection":["BootStrap"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/","url":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/","name":"What is Bootstrap. - XOps Tutorials!!!","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#primaryimage"},"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#primaryimage"},"thumbnailUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png","datePublished":"2023-12-22T12:12:50+00:00","dateModified":"2024-02-29T18:25:02+00:00","author":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7"},"breadcrumb":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#primaryimage","url":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png","contentUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-92.png","width":689,"height":274},{"@type":"BreadcrumbList","@id":"https:\/\/www.xopsschool.com\/tutorials\/what-is-bootstrap\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xopsschool.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"What is Bootstrap."}]},{"@type":"WebSite","@id":"https:\/\/www.xopsschool.com\/tutorials\/#website","url":"https:\/\/www.xopsschool.com\/tutorials\/","name":"XOps Tutorials!!!","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7","name":"ritik hansda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6fe0bc437410899c524975272622377e50e726108b1ad03f7b4488f734304fce?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6fe0bc437410899c524975272622377e50e726108b1ad03f7b4488f734304fce?s=96&d=mm&r=g","caption":"ritik hansda"},"url":"https:\/\/www.xopsschool.com\/tutorials\/author\/ritikhansda\/"}]}},"_links":{"self":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":1,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/67\/revisions"}],"predecessor-version":[{"id":71,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/67\/revisions\/71"}],"wp:attachment":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/media?parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/categories?post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/tags?post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}