{"id":794,"date":"2024-05-09T09:53:31","date_gmt":"2024-05-09T09:53:31","guid":{"rendered":"https:\/\/worldseotool.com\/?page_id=794"},"modified":"2024-05-09T09:53:31","modified_gmt":"2024-05-09T09:53:31","slug":"healthy-weight-calculator","status":"publish","type":"page","link":"https:\/\/shoptips24.com\/tools\/healthy-weight-calculator\/","title":{"rendered":"Healthy Weight Calculator"},"content":{"rendered":"\n\n    <style>\n        .calculator {\n            max-width: 400px;\n            margin: 50px auto;\n            padding: 20px;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n        }\n        \n        .form-group {\n            margin-bottom: 10px;\n        }\n        \n        button {\n            padding: 10px 20px;\n            background-color: #007bff;\n            color: #fff;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n        }\n        \n        button:hover {\n            background-color: #0056b3;\n        }\n        \n        #result {\n            margin-top: 20px;\n            font-weight: bold;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"calculator\">\n        <h2>Healthy Weight Calculator<\/h2>\n        <div class=\"form-group\">\n            <label for=\"height\">Height (cm)<\/label>\n            <input type=\"number\" id=\"height\" name=\"height\" min=\"1\" required>\n        <\/div>\n        <button type=\"button\" onclick=\"calculateHealthyWeight()\">Calculate<\/button>\n        <div id=\"result\"><\/div>\n    <\/div>\n\n    <script>\n        function calculateHealthyWeight() {\n            var height = parseFloat(document.getElementById('height').value);\n            \n            \/\/ Calculate the healthy weight range based on BMI\n            var lowerBound = 18.5 * (height \/ 100) ** 2;\n            var upperBound = 24.9 * (height \/ 100) ** 2;\n\n            var result = document.getElementById('result');\n            result.innerHTML = 'Your healthy weight range is between ' + lowerBound.toFixed(2) + 'kg and ' + upperBound.toFixed(2) + 'kg.';\n        }\n    <\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Healthy Weight Calculator Height (cm) Calculate<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-794","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages\/794","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/comments?post=794"}],"version-history":[{"count":0,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages\/794\/revisions"}],"wp:attachment":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/media?parent=794"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}