Body Fat Calculator2. HTML |
|
Join the DiscussionMore of this FeatureTo insert the body fat calculator into your page the first thing you need to do is to put the following HTML into the body of your page where you want the calculator to appear. You also need to add a small piece of HTML into the head of your page that will link the Javascript (which we will get next) into the page so that the calculator will function.
<script type="text/javascript"
src="fatcalc.js"></script>
All that remains now is to get the fat calculator Javascript that will do the actual calculations. |

