Calculator Tools Calculator Tools
Create

What is your Body Mass Index (BMI)?

Sep 15, 2023

About this app

Calculate your Body Mass Index (BMI) and get an interpretation of your results.

[ { "search": "\n Height (cm):\n \n ", "replace": "\n Height (cm):\n \n \n\n \n Weight (kg):\n \n " } ]

Related apps

Put this on your site

Source

                    [
{
"search": "<div id=\"heightContainer\">\n <label for=\"heightCM\">Height (cm):</label>\n <input type=\"number\" id=\"heightCM\" class=\"form-control\" placeholder=\"Enter height in cm\" required>\n </div>",
"replace": "<div id=\"heightContainer\">\n <label for=\"heightCM\">Height (cm):</label>\n <input type=\"number\" id=\"heightCM\" class=\"form-control\" placeholder=\"Enter height in cm\" required>\n </div>\n\n <div id=\"weightContainer\">\n <label for=\"weightKG\">Weight (kg):</label>\n <input type=\"number\" id=\"weightKG\" class=\"form-control\" placeholder=\"Enter weight in kg\" required>\n </div>"
}
]