Skip to content

Instantly share code, notes, and snippets.

@gasolin
Created July 2, 2015 13:58
Show Gist options
  • Select an option

  • Save gasolin/04ed5a787a70706c5742 to your computer and use it in GitHub Desktop.

Select an option

Save gasolin/04ed5a787a70706c5742 to your computer and use it in GitHub Desktop.
<h3>BMI</h3>
<label for="height">Height(cm)</label>
<input id="height"></input>
<br/>
<label for="weight">Weight(kg)</label>
<input id="weight"></input>
<br/>
<button id="calc">Submit</button>
<p id="report"></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment