How To get values in Span Tag from JS

前端 未结 6 1496
滥情空心
滥情空心 2021-01-15 19:38

I am trying to make a BMI Calculator using HTML. The inputs come from text fields. I am making some calculation with them in a Javascript function. I want to get the calcula

6条回答
  •  攒了一身酷
    2021-01-15 19:52

    For calculate the bmi in javascript

    
    

    // end function

    // if you are taking from textbox you should use this Height(In meter):

    
    
    

    Weight(In kg):

    
    

    //if you want to display in span use this BMI:


提交回复
热议问题