Basal Metabolic Rate (BMR) Calculator Create an HTMLdocument called assignment1.html that implements a calorie intake ca
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Basal Metabolic Rate (BMR) Calculator Create an HTMLdocument called assignment1.html that implements a calorie intake ca
Basal Metabolic Rate (BMR) Calculator Create an HTMLdocumentcalled assignment1.html that implements a calorie intake calculatorbased on the Harris-Benedict equation used by nutritionists andhealth professionals to determine the daily energy needs based onage, sex, height, weight and level of physical activity. Followthese guidelines to implement your assignment 1.Research theformula of Basal Metabolic Rate(BMR) on the Internet. 2.(10marks)Build a form to accept all the required input from thevisitors.About the interface design you can refer to Figure 1.3.(30 marks)Create a JavaScript file called assignment1 andwrite the code for a function that calculates the calorie intakebased on the user input. 4.(30 marks)Invoke the function every timethe visitor presses a Calculate button on the form. 5.(10marks)Display the results (BMR and daily calories intake) on thepage. 6.(10 marks) Use good web design practices to enhancevisually your html page.