You need to avoid processed food If your health is really important to you and you want to visit the doctor less often, it’s time for you to take control of what...
Tag - worst processed foods
TRENDING
<div id="fcpbmi_widget-2" class="widget widget_fcpbmi_widget"><h4 class="widget-title h6"><span>BMI calculator</span></h4><style>
#fcp-bmi-intake-form {
margin: 0px;
padding: 0px;
border: solid 2px #1e73be;
width: 100%;
}#fcp-bmi-intake-form h3 {
text-transform: uppercase;
background-color: #1e73be;
padding: 2%;
color: #fff;
font-weight: bolder;
text-align: center;
margin: 0px;
}
#fcp-bmi-intake-form .fcp-result-string {
background-color: #1e73be;
padding: 1%;
color: #fff;
font-size: 20px;
text-align: center;
margin: 0px;
}
#fcp-bmi-intake-form .fcp-btn {
background-color: #1e73be;
color: #fff;
text-transform: uppercase;
border-radius: 4px;
border: solid 2px #1e73be;
}
</style><div id="fcp-bmi-intake-form" class="container">
<h3>BMI Calculator</h3>
<div class="fcp-row"><div class="form-container"><div class="row">
<div class="col">
<label for="fcp-bmi-intake-radio-metric">Metric
<input type="radio" id="fcp-bmi-intake-radio-metric"
class="form-control fcp-bmi-radio" name="fcp-bmi-intake-radio"
checked
value="metric">
</label>
<span class="fcp-error">require</span>
</div><div class="col">
<label for="fcp-bmi-intake-radio-imperial">Standard
<input type="radio" id="fcp-bmi-intake-radio-imperial"
class="form-control fcp-bmi-radio" name="fcp-bmi-intake-radio"
checked
value="imperial" >
</label>
<span class="fcp-error">require</span>
</div></div><div class="row">
<div class="col">
<label class="fcp-bmi-intake-height" for="fcp-bmi-intake-height">Height</label>
<input id="fcp-bmi-intake-height" pattern="[0-9]" type="text" class="left form-control" id="fcp-bmi-intake-height" name="fcp-bmi-intake-height" />
<span id="fcp-bmi-intake-height-error" class="fcp-error">require</span>
</div>
<div class="col">
<label for="fcp-bmi-intake-weight">Weight</label>
<input id="fcp-bmi-intake-weight" pattern="[0-9]" type="text" class="left form-control" id="fcp-bmi-intake-weight" name="fcp-bmi-intake-weight" />
<span id="fcp-bmi-intake-weight-error" class="fcp-error">require</span>
</div>
</div>
<tr style="text-align: center;"><td colspan="2"><button onclick="fcpCalculatebmiIntake()" class="btn btn-default fcp-btn">Calculate</button></div></div>
<p class="fcp-result-string"> Your BMI is<span class=fcp-bmi-calculated-result>......</span></p>
<div id="bmiClassList">
<table id="bmiResultTable" class="hide_result w-100">
<tbody>
<tr>
<th>BMI</th><th>Classification</th>
</tr>
<tr>
<td>less than 18.5:</td>
<td>Underweight</td>
</tr>
<tr>
<tr class="bmiGreen">
<td>18.5 - 24.9:</td><td>Normal weight</td>
</tr>
<tr>
<td>25 - 29.9:</td><td>Overweight</td>
</tr>
<tr>
<td>30 - 34.9:</td><td>Class I Obese</td>
</tr>
<tr class="">
<td>35 - 39.9:</td><td>Class II Obese</td>
</tr>
<tr>
<td>40 upwards:</td><td>Class III Obese</td>
</tr>
</tbody></table>
</div>
</div>
</div></div>