{"id":1131,"date":"2022-11-28T16:16:47","date_gmt":"2022-11-28T15:16:47","guid":{"rendered":"https:\/\/codeflarelimited.com\/blog\/?p=1131"},"modified":"2023-03-22T20:28:03","modified_gmt":"2023-03-22T19:28:03","slug":"multiple-select-dropdown-in-html","status":"publish","type":"post","link":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/","title":{"rendered":"Multiple Select Dropdown in HTML"},"content":{"rendered":"\n<p>The multiple select dropdown specifies that multiple options can be selected at once.<\/p>\n\n\n\n<p>The <code>&lt;select><\/code> tag in HTML allows users to select one or more options from a list of predefined options. To allow for multiple selections, you can add the <code>multiple<\/code> attribute to the <code>&lt;select><\/code> tag.<\/p>\n\n\n\n<p>This is done by add the attribute <strong><em>multiple<\/em><\/strong> in the select tag.<\/p>\n\n\n\n<p>The&nbsp;<code>multiple<\/code>&nbsp;attribute is a boolean attribute.<\/p>\n\n\n\n<p>Selecting multiple options vary in different operating systems and browsers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For windows: Hold down the control (ctrl) button to select multiple options<\/li>\n\n\n\n<li>For Mac: Hold down the command button to select multiple options<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-select-dropdown-example\">Select Dropdown Example<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"markup\" class=\"language-markup\">&lt;form&gt;\n  &lt;label for=\"cars\"&gt;Choose a car:&lt;\/label&gt;\n  &lt;select name=\"cars\" id=\"cars\" multiple&gt;\n    &lt;option value=\"volvo\"&gt;Volvo&lt;\/option&gt;\n    &lt;option value=\"saab\"&gt;Saab&lt;\/option&gt;\n    &lt;option value=\"opel\"&gt;Opel&lt;\/option&gt;\n    &lt;option value=\"audi\"&gt;Audi&lt;\/option&gt;\n  &lt;\/select&gt;\n&lt;\/form&gt;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"481\" height=\"158\" src=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-15.46.05.png\" alt=\"\" class=\"wp-image-1132\" srcset=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-15.46.05.png 481w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-15.46.05-300x99.png 300w\" sizes=\"auto, (max-width: 481px) 100vw, 481px\" \/><figcaption class=\"wp-element-caption\">multiple select dropdown<\/figcaption><\/figure>\n\n\n\n<p>One major drawback of using this method is due to the different ways of doing this on both Windows and iOS, and because you have to inform the user that multiple selection is available, it is advisable to use checkboxes instead.<\/p>\n\n\n\n<p><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.codefussion\" target=\"_blank\" rel=\"noreferrer noopener\">Download our mobile and learn HTML, CSS, Javascript, React, etc<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/codeflarelimited.com\" target=\"_blank\" rel=\"noreferrer noopener\">Start learning how to code<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The multiple select dropdown specifies that multiple options can be selected at once. The &lt;select> tag in HTML<\/p>\n","protected":false},"author":1,"featured_media":1133,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[98],"tags":[],"class_list":["post-1131","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-softare-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Multiple Select Dropdown in HTML<\/title>\n<meta name=\"description\" content=\"The multiple select dropdown specifies that multiple options can be selected at once. The\u00a0multiple\u00a0attribute is a boolean attribute.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Multiple Select Dropdown in HTML\" \/>\n<meta property=\"og:description\" content=\"The multiple select dropdown specifies that multiple options can be selected at once. The\u00a0multiple\u00a0attribute is a boolean attribute.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/codeflretech\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-28T15:16:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-22T19:28:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-16.15.24.png\" \/>\n\t<meta property=\"og:image:width\" content=\"929\" \/>\n\t<meta property=\"og:image:height\" content=\"486\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"codeflare\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codeflaretech\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/\"},\"author\":{\"name\":\"codeflare\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\"},\"headline\":\"Multiple Select Dropdown in HTML\",\"datePublished\":\"2022-11-28T15:16:47+00:00\",\"dateModified\":\"2023-03-22T19:28:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/\"},\"wordCount\":164,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/Screenshot-2022-11-28-at-16.15.24.png\",\"articleSection\":[\"softare development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/\",\"name\":\"Multiple Select Dropdown in HTML\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/Screenshot-2022-11-28-at-16.15.24.png\",\"datePublished\":\"2022-11-28T15:16:47+00:00\",\"dateModified\":\"2023-03-22T19:28:03+00:00\",\"description\":\"The multiple select dropdown specifies that multiple options can be selected at once. The\u00a0multiple\u00a0attribute is a boolean attribute.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/Screenshot-2022-11-28-at-16.15.24.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/Screenshot-2022-11-28-at-16.15.24.png\",\"width\":929,\"height\":486,\"caption\":\"multiple select option\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/multiple-select-dropdown-in-html\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"softare development\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/softare-development\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Multiple Select Dropdown in HTML\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"name\":\"\",\"description\":\"Sustainable solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\",\"name\":\"Codeflare Limited\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"width\":1040,\"height\":263,\"caption\":\"Codeflare Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\",\"name\":\"codeflare\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"caption\":\"codeflare\"},\"description\":\"Latest tech news and coding tips.\",\"sameAs\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\",\"https:\\\/\\\/facebook.com\\\/codeflretech\",\"https:\\\/\\\/instagram.com\\\/codeflaretech\",\"https:\\\/\\\/x.com\\\/codeflaretech\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1\"],\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/author\\\/watcher\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Multiple Select Dropdown in HTML","description":"The multiple select dropdown specifies that multiple options can be selected at once. The\u00a0multiple\u00a0attribute is a boolean attribute.","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:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/","og_locale":"en_US","og_type":"article","og_title":"Multiple Select Dropdown in HTML","og_description":"The multiple select dropdown specifies that multiple options can be selected at once. The\u00a0multiple\u00a0attribute is a boolean attribute.","og_url":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/","article_author":"https:\/\/facebook.com\/codeflretech","article_published_time":"2022-11-28T15:16:47+00:00","article_modified_time":"2023-03-22T19:28:03+00:00","og_image":[{"width":929,"height":486,"url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-16.15.24.png","type":"image\/png"}],"author":"codeflare","twitter_card":"summary_large_image","twitter_creator":"@codeflaretech","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/#article","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/"},"author":{"name":"codeflare","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a"},"headline":"Multiple Select Dropdown in HTML","datePublished":"2022-11-28T15:16:47+00:00","dateModified":"2023-03-22T19:28:03+00:00","mainEntityOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/"},"wordCount":164,"commentCount":0,"publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-16.15.24.png","articleSection":["softare development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/","url":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/","name":"Multiple Select Dropdown in HTML","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/#primaryimage"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-16.15.24.png","datePublished":"2022-11-28T15:16:47+00:00","dateModified":"2023-03-22T19:28:03+00:00","description":"The multiple select dropdown specifies that multiple options can be selected at once. The\u00a0multiple\u00a0attribute is a boolean attribute.","breadcrumb":{"@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/#primaryimage","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-16.15.24.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-16.15.24.png","width":929,"height":486,"caption":"multiple select option"},{"@type":"BreadcrumbList","@id":"https:\/\/codeflarelimited.com\/blog\/multiple-select-dropdown-in-html\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeflarelimited.com\/blog\/"},{"@type":"ListItem","position":2,"name":"softare development","item":"https:\/\/codeflarelimited.com\/blog\/softare-development\/"},{"@type":"ListItem","position":3,"name":"Multiple Select Dropdown in HTML"}]},{"@type":"WebSite","@id":"https:\/\/codeflarelimited.com\/blog\/#website","url":"https:\/\/codeflarelimited.com\/blog\/","name":"","description":"Sustainable solutions","publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeflarelimited.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeflarelimited.com\/blog\/#organization","name":"Codeflare Limited","url":"https:\/\/codeflarelimited.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","width":1040,"height":263,"caption":"Codeflare Limited"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a","name":"codeflare","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","caption":"codeflare"},"description":"Latest tech news and coding tips.","sameAs":["https:\/\/codeflarelimited.com\/blog","https:\/\/facebook.com\/codeflretech","https:\/\/instagram.com\/codeflaretech","https:\/\/x.com\/codeflaretech","https:\/\/www.youtube.com\/channel\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1"],"url":"https:\/\/codeflarelimited.com\/blog\/author\/watcher\/"}]}},"jetpack_featured_media_url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2022\/11\/Screenshot-2022-11-28-at-16.15.24.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/comments?post=1131"}],"version-history":[{"count":2,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1131\/revisions"}],"predecessor-version":[{"id":1261,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1131\/revisions\/1261"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media\/1133"}],"wp:attachment":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media?parent=1131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/categories?post=1131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/tags?post=1131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}