- We are creating a Bmi calculator site
- first we will create a html and little css page 2.1 we give a input area for height and weight too 2.2 then we will create a button to calculate the bmi 2.3 formula for BMI is weight divided by height square.
- we will add a js file in the calculate button so it runs the function of the formula and calculate it.