Question: Meter conversion Name project folder fttometer You use console.log or output your results on an index.html page. If you show your result on index.html,

Meter conversion Name project folder fttometer You use console.log or output yourresults on an index.html page. If you show your result on index.html,use CSS to style the page. Don't use any CSS frameworks for

Meter conversion Name project folder fttometer You use console.log or output your results on an index.html page. If you show your result on index.html, use CSS to style the page. Don't use any CSS frameworks for your styling. Use an external CSS stylesheet to set the fonts and colors. Named the stylesheet style.css ONLY Create a function called getMeters() that takes a distance in feet as a parameter and returns the distance in meters. Graded on - Functionality. 25 points Comment your code. 10 or 15 points Comment on your source code (Only on the JavaScript) about how you chose this route that displays the answer on the Console in Chrome. 15 points OR Comment your source code (Only on the JavaScript) about how you chose this route that displays the answer using index.html (10 points) bmi Name project folder bmi You will create a BMI calculator using what you have learned so far. You will use an index.html to show your results. You will use height in inches and weight in pounds as inputs. You will convert the values to centimeters and kilograms. 1 inch is equal to 2.54 centimeters. 2.2046 pounds is equal to 1 kilogram. You can do one of the following: Make an HTML page that would input your display answer. You may use input fields to enter height in inches and weight in pounds. Your JavaScript is the function that calculates the formula and displays the centimeters and kilos on the index.html page. or You may have a set value as your inputs in JavaScript for height in inches & weight in pounds and the formula to calculate the conversion to display the centimeters and kilograms on the index.html page. The results in centimeters and kilograms using .1 decimal or a float, but not a whole number. Calculate and log the BMI. The formula for BMI is located here: Calculate and log the BMI. The formula for BMI located here: Formula: weight (kg) / [height (m)]2 Use scripts.js for all your functionality. You may not put your JavaScript code on the index.html page. Use math operators for your formulas. Use CSS to style the page. Don't use any CSS frameworks for your styling. Use an external CSS stylesheet to set the fonts and colors. Named the stylesheet style.css ONLY

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!