Can u guys tell me how bmi calculator made in HTML, CSS and JS | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

Can u guys tell me how bmi calculator made in HTML, CSS and JS

Code question

3rd Nov 2021, 10:30 AM
Robel Sisay
Robel Sisay - avatar
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
3rd Nov 2021, 10:50 AM
PanicS
PanicS - avatar
+ 1
Please link your code attempt. If you need inspiration, search the Code section for "bmi calculator"
3rd Nov 2021, 10:35 AM
Lisa
Lisa - avatar
+ 1
Tnx both of u
3rd Nov 2021, 7:40 PM
Robel Sisay
Robel Sisay - avatar