Calculator Tools Calculator Tools
Create

What is your Body Mass Index?

Sep 15, 2023

About this app

Calculate your Body Mass Index (BMI) using either the metric or imperial measurement system.

[ { "search": "Imperial (in & lbs)", "replace": "Imperial (ft & in & lbs)" }, { "search": "", "replace": "\n Feet:\n \n\n\n Inches:\n \n" } ]

Related apps

Put this on your site

Source

                    [
{
"search": "<option value=\"imperial\">Imperial (in & lbs)</option>",
"replace": "<option value=\"imperial\">Imperial (ft & in & lbs)</option>"
},
{
"search": "<input type=\"number\" id=\"height\" placeholder=\"Height\">",
"replace": "<div>\n <label for=\"feet\">Feet:</label>\n <input type=\"number\" id=\"feet\" placeholder=\"Feet\">\n</div>\n<div>\n <label for=\"inches\">Inches:</label>\n <input type=\"number\" id=\"inches\" placeholder=\"Inches\">\n</div>"
}
]