Posts by pietrodev • 19 points
3 posts
-
0
votes0
answers64
viewsQ: Add a button to delete a task from my to-do list
Add an "X" button next to each task, which when activated it deletes this task. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta…
-
0
votes1
answer39
viewsQ: I want to be able to customize OUTPUT, I want to be able to customize the result of the calculation but I cannot with this code
1.I have already done the css of the first part, that is the part that commands the information, which in this case is the height and weight. I want to take this information and calculate the BMI.…
-
0
votes0
answers13
viewsQ: How to round the result of a script, in case the script is IMC calculator
IMC calculator <h1>Calculadora IMC</h1> <form name="FormInc" action=" " method="post"> Enter your weight: Enter your height: <script type="text/javascript"> var peso; var…