{"id":18920,"date":"2020-07-02T14:59:52","date_gmt":"2020-07-02T21:59:52","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=18920"},"modified":"2020-12-29T13:03:27","modified_gmt":"2020-12-29T21:03:27","slug":"html-background-color","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/html-background-color\/","title":{"rendered":"HTML Background Color"},"content":{"rendered":"\n<p>CSS can be intimidating even for seasoned developers\u2014there are so many options! But in this article, we\u2019ll discuss how to change the background color in your HTML document without creating a separate cascading style sheet.<br><\/p>\n\n\n\n<p>When using HTML5, you can add a background color by using the style attribute, and property `background-color`. You can implement this attribute on the element of your choice; however, to set the background color of the entire page, the style attribute should be in the body tag. Your HTML might look something like this:<br><\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n  &lt;head&gt;\n  &lt;\/head&gt;\n  &lt;body style=&quot;background-color:orange;&quot;&gt;\n    &lt;h1&gt;This is our header.&lt;\/h1&gt;\n    &lt;p&gt;This is our text.&lt;\/p&gt;\n  &lt;\/body&gt;\n &lt;\/html&gt;\n<\/pre><\/div>\n\n\n\n<p>This code gives us an HTML page with an orange background.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Implementing Additional Web Color Systems<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"766\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/ricardo-gomez-angel-pRZVCSTqje4-unsplash.jpg\" alt=\"\" class=\"wp-image-18925\" srcset=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/ricardo-gomez-angel-pRZVCSTqje4-unsplash.jpg 1000w, https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/ricardo-gomez-angel-pRZVCSTqje4-unsplash-768x588.jpg 768w, https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/ricardo-gomez-angel-pRZVCSTqje4-unsplash-770x590.jpg 770w, https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/ricardo-gomez-angel-pRZVCSTqje4-unsplash-20x15.jpg 20w, https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/ricardo-gomez-angel-pRZVCSTqje4-unsplash-385x295.jpg 385w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><figcaption>Several color systems can be used to change the background color.<\/figcaption><\/figure>\n\n\n\n<p>When you are selecting your color in HTML, the style attribute accepts hex codes, HTML color names, RGB(A) color values, and HSL color values. In the case of RGB colors and HSL colors, the color systems must be included in the background-color declaration.&nbsp;<br><\/p>\n\n\n\n<p>Examples of how to format each color system are listed below:<br><\/p>\n\n\n\n<p>Hex Code<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>&lt;body style=&quot;background-color:#fbbd0e;&quot;&gt;\n&lt;\/body&gt;\n<\/pre><\/div>\n\n\n\n<p>HTML Color Name<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>&lt;body style=&quot;background-color:orange;&quot;&gt;\n&lt;\/body&gt;\n<\/pre><\/div>\n\n\n\n<p>RGB Color Values<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>&lt;body style=&quot;background-color:rgb(251,189,14);&quot;&gt;\n&lt;\/body&gt;\n<\/pre><\/div>\n\n\n\n<p>RGBA Color Values<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>&lt;body style=&quot;background-color:rgba(251,189,14,0.5);&quot;&gt;\n&lt;\/body&gt;\n<\/pre><\/div>\n\n\n\n<p>HSL Color Values<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>&lt;body style=&quot;background-color:hsl(44, 96%, 51%);&quot;&gt;\n&lt;\/body&gt;\n<\/pre><\/div>\n\n\n\n<p>HSLA Color Values<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>&lt;body style=&quot;background-color:hsla(44, 96%, 51%, 0.5);&quot;&gt;\n&lt;\/body&gt;\n<\/pre><\/div>\n\n\n\n<p>One thing to note: If using this method to set the background color, but later write an external CSS file, be sure to remove the style attribute and background-color property from your HTML to prevent one style from overwriting the other.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>In this article, we discussed how to change the background color with HTML. If you\u2019re new to HTML, check out our guide here: <a href=\"https:\/\/careerkarma.com\/blog\/learn-html\/\">Learn HTML: A Guide to Learning Hypertext Markup Language<\/a>, or read our article <a href=\"https:\/\/careerkarma.com\/blog\/how-long-does-it-take-to-learn-html\/\">How Long Does It Take to Learn HTML?<\/a><br><\/p>\n","protected":false},"excerpt":{"rendered":"CSS can be intimidating even for seasoned developers\u2014there are so many options! But in this article, we\u2019ll discuss how to change the background color in your HTML document without creating a separate cascading style sheet. When using HTML5, you can add a background color by using the style attribute, and property `background-color`. You can implement&hellip;","protected":false},"author":77,"featured_media":18924,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[17281],"tags":[],"class_list":{"0":"post-18920","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-html"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"HTML","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":null,"is_sponser_post":"","is_guest_post":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>HTML Background Color: A Step-By-Step Guide | Career Karma<\/title>\n<meta name=\"description\" content=\"Customize the background color of your HTML elements without learning CSS. Inline styling can help you create colorful backgrounds on your HTML elements.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/html-background-color\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTML Background Color\" \/>\n<meta property=\"og:description\" content=\"Customize the background color of your HTML elements without learning CSS. Inline styling can help you create colorful backgrounds on your HTML elements.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/html-background-color\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-02T21:59:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-29T21:03:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/natalia-y-DIewyzpUbRc-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"563\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Christina Kopecky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christina Kopecky\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/\"},\"author\":{\"name\":\"Christina Kopecky\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/ae0cdc4a5d198690d78482646894074e\"},\"headline\":\"HTML Background Color\",\"datePublished\":\"2020-07-02T21:59:52+00:00\",\"dateModified\":\"2020-12-29T21:03:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/\"},\"wordCount\":281,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/natalia-y-DIewyzpUbRc-unsplash.jpg\",\"articleSection\":[\"HTML\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/\",\"name\":\"HTML Background Color: A Step-By-Step Guide | Career Karma\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/natalia-y-DIewyzpUbRc-unsplash.jpg\",\"datePublished\":\"2020-07-02T21:59:52+00:00\",\"dateModified\":\"2020-12-29T21:03:27+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/ae0cdc4a5d198690d78482646894074e\"},\"description\":\"Customize the background color of your HTML elements without learning CSS. Inline styling can help you create colorful backgrounds on your HTML elements.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/#primaryimage\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/natalia-y-DIewyzpUbRc-unsplash.jpg\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/natalia-y-DIewyzpUbRc-unsplash.jpg\",\"width\":1000,\"height\":563},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html-background-color\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/html\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HTML Background Color\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/ae0cdc4a5d198690d78482646894074e\",\"name\":\"Christina Kopecky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/image-3-150x150.jpg\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/image-3-150x150.jpg\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/image-3-150x150.jpg\",\"caption\":\"Christina Kopecky\"},\"description\":\"Christina is an experienced technical writer, covering topics as diverse as Java, SQL, Python, and web development. She earned her Master of Music in flute performance from the University of Kansas and a bachelor's degree in music with minors in French and mass communication from Southeast Missouri State. Prior to joining the Career Karma team in June 2020, Christina was a teaching assistant, team lead, and section lead at Lambda School, where she led student groups, performed code and project reviews, and debugged problems for students. Christina's technical content is featured frequently in publications like Codecademy, Repl.it, and Educative.\",\"sameAs\":[\"http:\\\/\\\/www.linkedin.com\\\/in\\\/cmvnk\"],\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/author\\\/christina-kopecky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"HTML Background Color: A Step-By-Step Guide | Career Karma","description":"Customize the background color of your HTML elements without learning CSS. Inline styling can help you create colorful backgrounds on your HTML elements.","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:\/\/careerkarma.com\/blog\/html-background-color\/","og_locale":"en_US","og_type":"article","og_title":"HTML Background Color","og_description":"Customize the background color of your HTML elements without learning CSS. Inline styling can help you create colorful backgrounds on your HTML elements.","og_url":"https:\/\/careerkarma.com\/blog\/html-background-color\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2020-07-02T21:59:52+00:00","article_modified_time":"2020-12-29T21:03:27+00:00","og_image":[{"width":1000,"height":563,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/natalia-y-DIewyzpUbRc-unsplash.jpg","type":"image\/jpeg"}],"author":"Christina Kopecky","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"Christina Kopecky","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/"},"author":{"name":"Christina Kopecky","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e"},"headline":"HTML Background Color","datePublished":"2020-07-02T21:59:52+00:00","dateModified":"2020-12-29T21:03:27+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/"},"wordCount":281,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/natalia-y-DIewyzpUbRc-unsplash.jpg","articleSection":["HTML"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/html-background-color\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/","url":"https:\/\/careerkarma.com\/blog\/html-background-color\/","name":"HTML Background Color: A Step-By-Step Guide | Career Karma","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/natalia-y-DIewyzpUbRc-unsplash.jpg","datePublished":"2020-07-02T21:59:52+00:00","dateModified":"2020-12-29T21:03:27+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e"},"description":"Customize the background color of your HTML elements without learning CSS. Inline styling can help you create colorful backgrounds on your HTML elements.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/html-background-color\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/natalia-y-DIewyzpUbRc-unsplash.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/natalia-y-DIewyzpUbRc-unsplash.jpg","width":1000,"height":563},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/html-background-color\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"HTML","item":"https:\/\/careerkarma.com\/blog\/html\/"},{"@type":"ListItem","position":3,"name":"HTML Background Color"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/ae0cdc4a5d198690d78482646894074e","name":"Christina Kopecky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-150x150.jpg","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-150x150.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/image-3-150x150.jpg","caption":"Christina Kopecky"},"description":"Christina is an experienced technical writer, covering topics as diverse as Java, SQL, Python, and web development. She earned her Master of Music in flute performance from the University of Kansas and a bachelor's degree in music with minors in French and mass communication from Southeast Missouri State. Prior to joining the Career Karma team in June 2020, Christina was a teaching assistant, team lead, and section lead at Lambda School, where she led student groups, performed code and project reviews, and debugged problems for students. Christina's technical content is featured frequently in publications like Codecademy, Repl.it, and Educative.","sameAs":["http:\/\/www.linkedin.com\/in\/cmvnk"],"url":"https:\/\/careerkarma.com\/blog\/author\/christina-kopecky\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/18920","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/77"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=18920"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/18920\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/18924"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=18920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=18920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=18920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}