{"id":8310492,"date":"2025-09-10T05:58:19","date_gmt":"2025-09-10T02:58:19","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310492"},"modified":"2025-09-10T06:08:33","modified_gmt":"2025-09-10T03:08:33","slug":"html-list-generator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/html-list-generator\/","title":{"rendered":"HTML List Generator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310490\" class=\"elementor elementor-8310490\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* --- Styles Adapted From Your Code --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        background: transparent;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 25px;\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-family: 'DM Sans', sans-serif;\r\n        font-weight: 400;\r\n        font-size: 1.125rem;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n    }\r\n\r\n    .input-section, .output-section {\r\n        width: 100%;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        border: 1.5px solid #EBEBEB;\r\n    }\r\n\r\n    .textarea-container {\r\n        flex: 1;\r\n        position: relative;\r\n        background-color: #ffffff;\r\n    }\r\n     .output-container {\r\n        flex: 1;\r\n        position: relative;\r\n        background-color: #f8f9fa; \/* Light grey for output *\/\r\n        border-top: 1.5px solid #EBEBEB;\r\n    }\r\n\r\n    .code-textarea {\r\n        width: 100%;\r\n        height: 100%;\r\n        min-height: 180px;\r\n        border: none;\r\n        outline: none;\r\n        padding: 15px;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.5;\r\n        background-color: transparent;\r\n        resize: vertical;\r\n        color: #333;\r\n    }\r\n     .code-textarea::placeholder {\r\n        color: #adb5bd;\r\n        font-style: italic;\r\n    }\r\n    \r\n    .output-code {\r\n        width: 100%;\r\n        height: 100%;\r\n        min-height: 180px;\r\n        margin: 0;\r\n        padding: 15px;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.5;\r\n        color: #333;\r\n        white-space: pre-wrap;\r\n        word-wrap: break-word;\r\n        overflow-y: auto;\r\n    }\r\n\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        min-width: 11rem;\r\n        text-align: center;\r\n        border-radius: 4px;\r\n    }\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active){\r\n        background-color: #545454;\r\n    }\r\n\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        transition: color 0.2s;\r\n    }\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        color: #545454;\r\n    }\r\n\r\n    .copy-btn {\r\n        background-color: rgb(255, 255, 255);\r\n        color: black;\r\n        border: 1px solid #ddd;\r\n        padding: 6px 12px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 14px;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        transition: background-color 0.2s;\r\n    }\r\n    .copy-btn:is(:hover, :focus, :focus-visible) {\r\n        background-color: #f6f6f6 !important;\r\n    }\r\n    .copy-btn svg {\r\n        width: 16px;\r\n        height: 16px;\r\n    }\r\n    \r\n    \/* --- New Styles For This Tool --- *\/\r\n    .controls-section {\r\n        background: #fff;\r\n        padding: 20px;\r\n        border-radius: 8px;\r\n        border: 1.5px solid #EBEBEB;\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 20px;\r\n        align-items: center;\r\n    }\r\n    \r\n    .controls-section h3 {\r\n        margin: 0;\r\n        font-family: 'DM Sans', sans-serif;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        color: #05047E;\r\n    }\r\n\r\n    .list-type-options {\r\n        display: flex;\r\n        gap: 20px;\r\n    }\r\n\r\n    .list-type-options label {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        cursor: pointer;\r\n        font-family: 'DM Sans', sans-serif;\r\n    }\r\n    \r\n    .action-buttons {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        gap: 20px;\r\n        margin-top: 10px;\r\n    }\r\n\r\n    .success-message {\r\n        position: fixed;\r\n        top: 20px;\r\n        right: 20px;\r\n        background-color: #28a745;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        font-size: 14px;\r\n        opacity: 0;\r\n        transform: translateY(-20px);\r\n        transition: all 0.3s ease;\r\n        z-index: 1000;\r\n        pointer-events: none;\r\n    }\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    \r\n    <!-- Controls for List Type -->\r\n    <div class=\"controls-section\">\r\n        <h3>List Options<\/h3>\r\n        <div class=\"list-type-options\">\r\n            <label>\r\n                <input type=\"radio\" id=\"ulType\" name=\"listType\" value=\"ul\" checked>\r\n                Unordered List (&lt;ul&gt;)\r\n            <\/label>\r\n            <label>\r\n                <input type=\"radio\" id=\"olType\" name=\"listType\" value=\"ol\">\r\n                Ordered List (&lt;ol&gt;)\r\n            <\/label>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- Input Section -->\r\n    <div class=\"input-section\">\r\n        <div class=\"section-header\">\r\n            <span>Enter Your List Items (one per line)<\/span>\r\n        <\/div>\r\n        <div class=\"textarea-container\">\r\n            <textarea id=\"listInput\" class=\"code-textarea\" placeholder=\"First item&#10;Second item&#10;Third item\"><\/textarea>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Action Buttons -->\r\n    <div class=\"action-buttons\">\r\n        <button id=\"generateBtn\" class=\"format-btn\">Generate List<\/button>\r\n        <button id=\"resetBtn\" class=\"reset-btn\">Reset<\/button>\r\n    <\/div>\r\n\r\n    <!-- Output Section -->\r\n    <div id=\"outputSection\" class=\"output-section\" style=\"display: none;\">\r\n        <div class=\"section-header\">\r\n            <span>Generated HTML<\/span>\r\n            <button id=\"copyBtn\" class=\"copy-btn\">\r\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"><\/path><\/svg>\r\n                <span>Copy<\/span>\r\n            <\/button>\r\n        <\/div>\r\n        <div class=\"output-container\">\r\n            <pre id=\"outputCode\" class=\"output-code\"><\/pre>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- Success Message for Copying -->\r\n    <div id=\"successMessage\" class=\"success-message\">Copied to clipboard!<\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ Get DOM elements\r\n        const listInput = document.getElementById('listInput');\r\n        const generateBtn = document.getElementById('generateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const copyBtn = document.getElementById('copyBtn');\r\n        const outputSection = document.getElementById('outputSection');\r\n        const outputCode = document.getElementById('outputCode');\r\n        const successMessage = document.getElementById('successMessage');\r\n\r\n        \/**\r\n         * Generates the HTML list based on user input and selected options.\r\n         *\/\r\n        function generateList() {\r\n            const listType = document.querySelector('input[name=\"listType\"]:checked').value;\r\n            const items = listInput.value\r\n                .split('\\n')\r\n                .map(item => item.trim()) \/\/ Trim whitespace from each item\r\n                .filter(item => item !== ''); \/\/ Filter out empty lines\r\n\r\n            if (items.length === 0) {\r\n                outputSection.style.display = 'none';\r\n                outputCode.textContent = '';\r\n                return;\r\n            }\r\n\r\n            \/\/ Create list items with proper indentation\r\n            const listItems = items.map(item => `  <li>${item}<\/li>`).join('\\n');\r\n            const generatedHtml = `<${listType}>\\n${listItems}\\n<\/${listType}>`;\r\n\r\n            \/\/ Display the result\r\n            outputCode.textContent = generatedHtml;\r\n            outputSection.style.display = 'flex';\r\n        }\r\n\r\n        \/**\r\n         * Copies the generated HTML to the user's clipboard.\r\n         *\/\r\n        function copyToClipboard() {\r\n            const codeToCopy = outputCode.textContent;\r\n            if (!codeToCopy) return;\r\n\r\n            navigator.clipboard.writeText(codeToCopy).then(() => {\r\n                \/\/ Show success feedback\r\n                successMessage.classList.add('show');\r\n                copyBtn.querySelector('span').textContent = 'Copied!';\r\n\r\n                setTimeout(() => {\r\n                    successMessage.classList.remove('show');\r\n                    copyBtn.querySelector('span').textContent = 'Copy';\r\n                }, 2000); \/\/ Hide message after 2 seconds\r\n            }).catch(err => {\r\n                console.error('Failed to copy text: ', err);\r\n                alert('Failed to copy to clipboard. Please try again.');\r\n            });\r\n        }\r\n\r\n        \/**\r\n         * Resets the tool to its initial state.\r\n         *\/\r\n        function resetTool() {\r\n            listInput.value = '';\r\n            outputCode.textContent = '';\r\n            outputSection.style.display = 'none';\r\n            document.getElementById('ulType').checked = true; \/\/ Reset radio to default\r\n        }\r\n\r\n        \/\/ Add event listeners to the buttons\r\n        generateBtn.addEventListener('click', generateList);\r\n        copyBtn.addEventListener('click', copyToClipboard);\r\n        resetBtn.addEventListener('click', resetTool);\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310492","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HTML List Generator<\/title>\n<meta name=\"description\" content=\"Effortlessly generate perfect HTML lists (ordered and unordered) with the free Elementor HTML List Generator. Simplify your content creation and enhance your website&#039;s structure and SEO.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/html-list-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTML List Generator\" \/>\n<meta property=\"og:description\" content=\"Effortlessly generate perfect HTML lists (ordered and unordered) with the free Elementor HTML List Generator. Simplify your content creation and enhance your website&#039;s structure and SEO.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/html-list-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-10T02:58:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-10T03:08:33+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/html-list-generator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/html-list-generator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"HTML List Generator\",\"datePublished\":\"2025-09-10T02:58:19+00:00\",\"dateModified\":\"2025-09-10T03:08:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/html-list-generator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/html-list-generator\/\",\"url\":\"https:\/\/elementor.com\/tools\/html-list-generator\/\",\"name\":\"HTML List Generator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-10T02:58:19+00:00\",\"dateModified\":\"2025-09-10T03:08:33+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Effortlessly generate perfect HTML lists (ordered and unordered) with the free Elementor HTML List Generator. Simplify your content creation and enhance your website's structure and SEO.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/html-list-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/html-list-generator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/html-list-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML List Generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTML List Generator","description":"Effortlessly generate perfect HTML lists (ordered and unordered) with the free Elementor HTML List Generator. Simplify your content creation and enhance your website's structure and SEO.","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:\/\/elementor.com\/tools\/html-list-generator\/","og_locale":"en_US","og_type":"article","og_title":"HTML List Generator","og_description":"Effortlessly generate perfect HTML lists (ordered and unordered) with the free Elementor HTML List Generator. Simplify your content creation and enhance your website's structure and SEO.","og_url":"https:\/\/elementor.com\/tools\/html-list-generator\/","og_site_name":"Tools","article_published_time":"2025-09-10T02:58:19+00:00","article_modified_time":"2025-09-10T03:08:33+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/html-list-generator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/html-list-generator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"HTML List Generator","datePublished":"2025-09-10T02:58:19+00:00","dateModified":"2025-09-10T03:08:33+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/html-list-generator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/html-list-generator\/","url":"https:\/\/elementor.com\/tools\/html-list-generator\/","name":"HTML List Generator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-10T02:58:19+00:00","dateModified":"2025-09-10T03:08:33+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Effortlessly generate perfect HTML lists (ordered and unordered) with the free Elementor HTML List Generator. Simplify your content creation and enhance your website's structure and SEO.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/html-list-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/html-list-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/html-list-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"HTML List Generator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310492"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310492\/revisions"}],"predecessor-version":[{"id":8310494,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310492\/revisions\/8310494"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}