Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 359 Bytes

readme.md

File metadata and controls

6 lines (6 loc) · 359 Bytes
  1. We are creating a Bmi calculator site
  2. 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.
  3. we will add a js file in the calculate button so it runs the function of the formula and calculate it.