Skip to content

Commit

Permalink
anotação form010.html
Browse files Browse the repository at this point in the history
  • Loading branch information
renatojuniorj94 committed Sep 28, 2023
1 parent cf1933c commit 8597a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXERCICIOS/ex025 (formularios)/form010.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Exemplo de formulário</h1>
</p>
</form>

<script>
<script> /* Inserindo JavaScript */
function calcIdade(){
let atual = new Date().getFullYear()
iidade.innerHTML = Number(atual) - Number(iano.value)
Expand Down

0 comments on commit 8597a82

Please sign in to comment.