- 1
Can u guys tell me how bmi calculator made in HTML, CSS and JS
Code question
3 Respuestas
+ 2
You need to make design using html and css, add input elements.
Than take value of inputs and calculate with JS.
This is formula (from internet) for calculating BMI
BMI = kg/m²
BMI = weight / height²
If you have any problem with code post here your attempt so we can help you.
Here is more data about BMI calculation and ranges.
https://www.cdc.gov/healthyweight/assessing/bmi/adult_bmi/index.html
+ 1
Please link your code attempt.
If you need inspiration, search the Code section for "bmi calculator"
+ 1
Tnx both of u