{"id":2755,"date":"2013-06-04T16:50:52","date_gmt":"2013-06-04T16:50:52","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/06\/04\/links-stylesheets-responsive-templates\/"},"modified":"2023-12-04T11:15:33","modified_gmt":"2023-12-04T16:15:33","slug":"links-stylesheets-responsive-templates","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/","title":{"rendered":"Links to the stylesheets in Responsive Templates"},"content":{"rendered":"<p>Continuing our tutorial on how to create a Responsive Template, we are moving to step 3 of the process where we add the CSS links to the stylesheets on the head section. The previous tutorial explained what you need to create for the CSS stylesheets. This tutorial will explain how to link your stylesheets to your HTML document.<\/p>\n\n\n<div class=\"jumbotron\">\r\n<p>Launch your web presence quickly and easily with <a href=\"https:\/\/www.inmotionhosting.com\/shared-hosting\">Shared Hosting<\/a>. Our user-friendly hosting is perfect for everyone, providing the fastest shared hosting experience possible, all powered by cPanel.<\/p>\r\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>Free Domain &amp; SSL Certificates    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>Unlimited Bandwidth    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>400+ One-Click Applications    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>USA &amp; European Data Centers<\/p>\r\n<p><a class=\"btn btn-primary btn-lg\" href=\"https:\/\/www.inmotionhosting.com\/shared-hosting\">Shared Hosting Plans<\/a><\/p>\r\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Link for the Main Stylesheet<\/h2>\n\n\n\n<p>To get the general styles to work on your website, you will need to link to the file. Below is the code for the link to the <em>style.css<\/em> file.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:1.25rem;font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.625rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; \/&gt;\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">link<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">rel<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"stylesheet\"<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">href<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"style.css\"<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Using CSS Media Attribute<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Link for the Desktop Styles<\/h3>\n\n\n\n<p>The first style sheet will need to load when the browser size is the typical Desktop computer monitor size. Lately, wide screen monitors are popular, so we will have the large styles load when the <em>browser is larger than 1440 pixels<\/em>. Below is the link to the <em>desktop-style.css<\/em> stylesheet from the previous tutorial. You place the code in the head section of your site.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:1.25rem;font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.625rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"&lt;link rel=&quot;stylesheet&quot; media=&quot;screen and (min-device-width: 1440px)&quot; href=&quot;desktop-style.css&quot; \/&gt;\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">link<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">rel<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"stylesheet\"<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">media<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"screen and (min-device-width: 1440px)\"<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">href<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"desktop-style.css\"<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>The <em>min-device-width<\/em> is set to 1440px to make the <em>desktop-style.css<\/em> sheet load when the browser size is at 1440 pixels.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Link for the Tablet Styles<\/h3>\n\n\n\n<p>When the browser window goes <em>below 1440 pixels<\/em>, the medium stylesheet will load. The <em>minimum width is 800 pixels<\/em> before it will switch to the mobile stylesheet. Below is the code that goes in the head section for your <em>medium-style.css<\/em> stylesheet for tablets and smaller screens.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:1.25rem;font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.625rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"&lt;link rel='stylesheet' media='screen and (min-width: 800px) and (max-width: 1439px)' href='medium-style.css' \/&gt;\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">link<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">rel<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'stylesheet'<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">media<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'screen and (min-width: 800px) and (max-width: 1439px)'<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">href<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'medium-style.css'<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Now when the browser goes from a minimum of 800 pixels to a maximum 1439 pixels, the <em>medium-styles.css<\/em> sheet will load.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Link for the Mobile Styles<\/h3>\n\n\n\n<p>The mobile style sheet will be set up to load when the width is a <em>minimum width of 100 pixels<\/em> and a <em>maximum width of 799 pixels<\/em>. This will make the website adjust to the mobile version when the width goes under 800 pixels. We will use the following link to the <em>mobile-style.css<\/em> stylesheet.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:1.25rem;font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.625rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"&lt;link rel='stylesheet' media='screen and (min-width: 100px) and (max-width: 799px)' href='mobile-style.css' \/&gt;\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">link<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">rel<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'stylesheet'<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">media<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'screen and (min-width: 100px) and (max-width: 799px)'<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">href<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'mobile-style.css'<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>This code will load the <em>mobile-styles.css<\/em> sheet when the browser is below 799 pixels. The style sheet will stop shrinking at 100 pixels.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">CSS Media Attributes explained<\/h2>\n\n\n\n<p>Below is a brief explanation of what each attribute does.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">CSS Attribute<\/th><th class=\"has-text-align-left\" data-align=\"left\">What the Attribute Does<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\">width<\/td><td class=\"has-text-align-left\" data-align=\"left\">The width of the browser window area.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">height<\/td><td class=\"has-text-align-left\" data-align=\"left\">The height of the browser window area.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">min-width<\/td><td class=\"has-text-align-left\" data-align=\"left\">The minimum width of the browser window area.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">max-width<\/td><td class=\"has-text-align-left\" data-align=\"left\">The maximum-width of the browser window area.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">device-width<\/td><td class=\"has-text-align-left\" data-align=\"left\">The width of the device\u2019s entire display area regardless of browser window width.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">min-device-width<\/td><td class=\"has-text-align-left\" data-align=\"left\">The minimum width of the device\u2019s entire display area regardless of browser window width.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">max-device-width<\/td><td class=\"has-text-align-left\" data-align=\"left\">The maximum width of the device\u2019s entire display area regardless of browser window width.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">device-height<\/td><td class=\"has-text-align-left\" data-align=\"left\">The height of the device\u2019s entire display area regardless of browser window height.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">orientation<\/td><td class=\"has-text-align-left\" data-align=\"left\">The orientation of the device whether \u201c<em>landscape<\/em>\u201d or \u201c<em>portrait<\/em>\u201c.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">aspect-ratio<\/td><td class=\"has-text-align-left\" data-align=\"left\">Detects the aspect ratio of the \u201c<em>browser width<\/em>\u201d to \u201cbrowser <em>height<\/em>\u201d of the media. Example 2\/1<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">device-aspect-ratio<\/td><td class=\"has-text-align-left\" data-align=\"left\">Detects the ratio of value of the \u201c<em>device width<\/em>\u201cto \u201c<em>device height<\/em>\u201d media.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">color<\/td><td class=\"has-text-align-left\" data-align=\"left\">Number of bits per color component of the device.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">color-index<\/td><td class=\"has-text-align-left\" data-align=\"left\">Number of entries in the color lookup table of the output device.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">monochrome<\/td><td class=\"has-text-align-left\" data-align=\"left\">Number of bits per pixel in a monochrome frame buffer.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">resolution<\/td><td class=\"has-text-align-left\" data-align=\"left\">The \u201c<em>dpi<\/em>\u201d or \u201c<em>dpcm<\/em>\u201d resolution on the device.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">scan<\/td><td class=\"has-text-align-left\" data-align=\"left\">The scanning process of a \u201c<em>tv<\/em>\u201c.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">grid<\/td><td class=\"has-text-align-left\" data-align=\"left\">Detects whether the device is grid or bitmap.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">The entire code for the head section<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"829\" height=\"830\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png\" class=\"optimized-lcp-image\" alt=\"ResponsiveTemplate with styles\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png 829w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles-150x150.png 150w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles-300x300.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles-768x769.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles-100x100.png 100w\"><\/a><\/figure>\n\n\n\n<p>Once you understand how the stylesheets will load, you can add the code to your website. The below code is the entire head section you will need at the top of your HTML code. The links to the stylesheets are in red. Copy the following code and place it at the <a href=\"\/support\/website\/adding-html-web-design\/\" target=\"_blank\" rel=\"noopener\">top of your HTML code<\/a>.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:1.25rem;font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.625rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" data-code=\"&lt;html xmlns=&quot;https:\/\/www.w3.org\/1999\/xhtml&quot;&gt;  \n&lt;head&gt;  \n&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text\/html; charset=utf-8&quot; \/&gt;\n&lt;title&gt;Your Website Title&lt;\/title&gt;\n&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; \/&gt;\n&lt;link rel=&quot;stylesheet&quot; media=&quot;screen and (min-device-width: 1440px)&quot; href=&quot;style.css&quot; \/&gt;\n&lt;link rel='stylesheet' media='screen and (min-width: 800px) and (max-width: 1440px)' href='medium-style.css' \/&gt;\n&lt;link rel='stylesheet' media='screen and (min-width: 100px) and (max-width: 799px)' href='mobile-style.css' \/&gt;\n&lt;\/head&gt; \" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">html<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">xmlns<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"https:\/\/www.w3.org\/1999\/xhtml\"<\/span><span style=\"color: #E1E4E8\">&gt;  <\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">head<\/span><span style=\"color: #E1E4E8\">&gt;  <\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">meta<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">http-equiv<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"Content-Type\"<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">content<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"text\/html; charset=utf-8\"<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">title<\/span><span style=\"color: #E1E4E8\">&gt;Your Website Title&lt;\/<\/span><span style=\"color: #85E89D\">title<\/span><span style=\"color: #E1E4E8\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">link<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">rel<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"stylesheet\"<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">href<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"style.css\"<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">link<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">rel<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"stylesheet\"<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">media<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"screen and (min-device-width: 1440px)\"<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">href<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">\"style.css\"<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">link<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">rel<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'stylesheet'<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">media<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'screen and (min-width: 800px) and (max-width: 1440px)'<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">href<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'medium-style.css'<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">&lt;<\/span><span style=\"color: #85E89D\">link<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">rel<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'stylesheet'<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">media<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'screen and (min-width: 100px) and (max-width: 799px)'<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">href<\/span><span style=\"color: #F97583\">=<\/span><span style=\"color: #9ECBFF\">'mobile-style.css'<\/span><span style=\"color: #E1E4E8\"> \/&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">&lt;\/<\/span><span style=\"color: #85E89D\">head<\/span><span style=\"color: #E1E4E8\">&gt; <\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Now that you have the code for the stylesheets and the HTML you will <a href=\"\/support\/edu\/wordpress\/viewpoint-meta-tag-website-responsive-template\/\">need to add the Viewpoint META tag for the mobile devices<\/a> to accept the styles.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Continuing our tutorial on how to create a Responsive Template, we are moving to step 3 of the process where we add the CSS links to the stylesheets on the head section. The previous tutorial explained what you need to create for the CSS stylesheets. This tutorial will explain how to link your stylesheets to<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/\"> Read More ><\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4346],"tags":[],"class_list":["post-2755","post","type-post","status-publish","format-standard","hentry","category-website-design"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Links to the stylesheets in Responsive Templates<\/title>\n<meta name=\"description\" content=\"This article will explain how to use the CSS media attributes for lining your Responsive Template stylesheets.\" \/>\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.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Links to the stylesheets in Responsive Templates\" \/>\n<meta property=\"og:description\" content=\"This article will explain how to use the CSS media attributes for lining your Responsive Template stylesheets.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-06-04T16:50:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-04T16:15:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\"},\"headline\":\"Links to the stylesheets in Responsive Templates\",\"datePublished\":\"2013-06-04T16:50:52+00:00\",\"dateModified\":\"2023-12-04T16:15:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/\"},\"wordCount\":651,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png\",\"articleSection\":[\"Website Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/\",\"name\":\"Links to the stylesheets in Responsive Templates\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png\",\"datePublished\":\"2013-06-04T16:50:52+00:00\",\"dateModified\":\"2023-12-04T16:15:33+00:00\",\"description\":\"This article will explain how to use the CSS media attributes for lining your Responsive Template stylesheets.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png\",\"width\":829,\"height\":830,\"caption\":\"Click here to view the larger image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Links to the stylesheets in Responsive Templates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\",\"name\":\"InMotion Hosting Contributor\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Links to the stylesheets in Responsive Templates","description":"This article will explain how to use the CSS media attributes for lining your Responsive Template stylesheets.","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.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/","og_locale":"en_US","og_type":"article","og_title":"Links to the stylesheets in Responsive Templates","og_description":"This article will explain how to use the CSS media attributes for lining your Responsive Template stylesheets.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-06-04T16:50:52+00:00","article_modified_time":"2023-12-04T16:15:33+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41"},"headline":"Links to the stylesheets in Responsive Templates","datePublished":"2013-06-04T16:50:52+00:00","dateModified":"2023-12-04T16:15:33+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/"},"wordCount":651,"commentCount":4,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png","articleSection":["Website Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/","name":"Links to the stylesheets in Responsive Templates","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png","datePublished":"2013-06-04T16:50:52+00:00","dateModified":"2023-12-04T16:15:33+00:00","description":"This article will explain how to use the CSS media attributes for lining your Responsive Template stylesheets.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/06\/edu_website-design_206_website-responsive-template-head_view-with-styles.png","width":829,"height":830,"caption":"Click here to view the larger image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/links-stylesheets-responsive-templates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Links to the stylesheets in Responsive Templates"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41","name":"InMotion Hosting Contributor","url":"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4346,"name":"Website Design","slug":"website-design","link":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2755","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=2755"}],"version-history":[{"count":5,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2755\/revisions"}],"predecessor-version":[{"id":108201,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2755\/revisions\/108201"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=2755"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=2755"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=2755"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}