Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
UttMarcos authored Dec 8, 2024
1 parent 65fd9d0 commit c151831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
<div class="container">
<h1>Calculadora de IMC</h1>
<div class="form">
<label for="name">Nome Completo:</label>
<label for="name">Seu Nome Completo:</label>
<input type="text" id="name" placeholder="Digite seu nome" required>

<label for="age">Idade:</label>
<label for="age">Digite sua Idade:</label>
<input type="number" id="age" placeholder="Digite sua idade" required>

<label for="weight">Peso (kg):</label>
<label for="weight">Seu Peso (kg):</label>
<input type="number" id="weight" placeholder="Digite seu peso" required>

<label for="height">Altura (m):</label>
<label for="height">Sua Altura (m):</label>
<input type="number" step="0.01" id="height" placeholder="Ex: 1,90" required>

<button onclick="calculateIMC()">Calcular IMC</button>
Expand Down

0 comments on commit c151831

Please sign in to comment.