top of page

My BMI Project

 

My BMI project is truly an XHTML project in HTML5!

HUGE lesson in web development. 
When I combine HTML with the web development languages of CSS and JavaScript, I have a XHTML. Most web pages that I visit everyday are XHTML documents.

Using JavaScript I created a calculator that used the inputs of a user's  weight and height and created a ratio. The ratio is then used to determine if my height to weight is considered healthy or unhealthy.

 

HTML displays web element, such a images and paragraphs. CSS creates the rules of how those elments will be displayed and allows greater design functions such as layout and document sizes. Finally, JavaScript creates the working program of the project. Accepts inputs, processes the commands in the pogram that includes math calculations and determined what output to display.

 

 

 

bottom of page