From fc524d117dc7b70fa1544831aee5cc3899fc7ff6 Mon Sep 17 00:00:00 2001 From: AditiMishra2003 <115421723+AditiMishra2003@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:50:59 +0530 Subject: [PATCH] Create BMI_calculator.html --- BMI_calculator.html | 73 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 BMI_calculator.html diff --git a/BMI_calculator.html b/BMI_calculator.html new file mode 100644 index 00000000..d315de7f --- /dev/null +++ b/BMI_calculator.html @@ -0,0 +1,73 @@ +//This file contains code for a Body Mass Index calculator +//this has been created using HTML,CSS and JS. + + +
+ + +