{"id":806,"date":"2026-03-14T07:41:49","date_gmt":"2026-03-14T07:41:49","guid":{"rendered":"https:\/\/amarendrahaldar.com\/?p=806"},"modified":"2026-03-14T07:41:51","modified_gmt":"2026-03-14T07:41:51","slug":"ideal-body-weight-calculator","status":"publish","type":"post","link":"https:\/\/amarendrahaldar.com\/bn\/ideal-body-weight-calculator\/","title":{"rendered":"Ideal Body Weight Calculator"},"content":{"rendered":"<!DOCTYPE html>\n<html>\n<head>\n<title>Ideal Body Weight Calculator<\/title>\n\n<style>\nbody{\nfont-family: Arial;\ntext-align:center;\nmargin-top:40px;\n}\n\n.container{\nwidth:320px;\nmargin:auto;\npadding:20px;\nborder:1px solid #ddd;\nborder-radius:10px;\nbox-shadow:0 0 10px rgba(0,0,0,0.1);\n}\n\ninput, select{\nwidth:90%;\npadding:8px;\nmargin:10px 0;\n}\n\nbutton{\npadding:10px 20px;\nbackground:#007bff;\ncolor:white;\nborder:none;\nborder-radius:5px;\ncursor:pointer;\n}\n\n#result{\nmargin-top:15px;\nfont-size:18px;\nfont-weight:bold;\n}\n<\/style>\n\n<\/head>\n\n<body>\n\n<div class=\"container\">\n\n<h2>Ideal Body Weight Calculator<\/h2>\n\n<select id=\"gender\">\n<option value=\"male\">Male<\/option>\n<option value=\"female\">Female<\/option>\n<\/select>\n\n<input type=\"number\" id=\"height\" placeholder=\"Height (cm)\">\n\n<button onclick=\"calculateIBW()\">Calculate Ideal Weight<\/button>\n\n<div id=\"result\"><\/div>\n\n<\/div>\n\n<script>\n\nfunction calculateIBW(){\n\nvar gender = document.getElementById(\"gender\").value;\nvar height = document.getElementById(\"height\").value;\n\nvar heightInches = height \/ 2.54;\n\nvar ibw;\n\nif(gender === \"male\"){\nibw = 50 + 2.3 * (heightInches - 60);\n}\nelse{\nibw = 45.5 + 2.3 * (heightInches - 60);\n}\n\nibw = ibw.toFixed(2);\n\ndocument.getElementById(\"result\").innerHTML =\n\"Ideal Body Weight: \" + ibw + \" kg\";\n\n}\n\n<\/script>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Ideal Body Weight Calculator Ideal Body Weight Calculator MaleFemale Calculate Ideal Weight<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-806","post","type-post","status-publish","format-standard","hentry","category-health-and-wellness"],"acf":[],"_links":{"self":[{"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/posts\/806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/comments?post=806"}],"version-history":[{"count":1,"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/posts\/806\/revisions"}],"predecessor-version":[{"id":807,"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/posts\/806\/revisions\/807"}],"wp:attachment":[{"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/media?parent=806"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/categories?post=806"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/amarendrahaldar.com\/bn\/wp-json\/wp\/v2\/tags?post=806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}