A simple Body Mass Index (BMI) calculator built using HTML, CSS, and JavaScript. It allows users to quickly and easily determine their BMI based on their weight and height. BMI is a widely used measure of body fat based on height and weight.
- Open the
index.htmlfile in your web browser. - Enter your weight in kilograms (kg).
- Enter your height in meters (m).
- Click the "Calculate" button.
- Your BMI will be displayed, along with a BMI category (e.g., underweight, normal weight, overweight, obese).
- HTML
- CSS
- JavaScript
