Skip to content

koinahikagithub/bmi-calculator-wesbite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<title>BMI Calculator</title>

BMI Calculator

Height (cm):
        <label for="weight">Weight (kg):</label>
        <input type="number" id="weight" name="weight" required>
        
        <button type="submit">Calculate BMI</button>
    </form>
    <div id="result"></div>
</main>
<footer>
    <p>&copy; 2024 BMI Calculator</p>
</footer>
<script src="script.js"></script>