Advertisement
Guest User

Untitled

a guest
Sep 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <form>
  2. A: <input type="number" name="a" value="a"><br>
  3. B: <input type="number" name="b" value="b"><br>
  4. C: <input type="number" name="c" value="c"><br>
  5.  
  6. <h6>Obliczenia:<h6><br>
  7. Objętość prostopadłościanu <input type="radio" name="bryly" value="obj"><br>
  8. Pole prostopadłościanu <input type="radio" name="bryly" value="pole"><br>
  9.  
  10. <input type="submit" name="sub" onclick=""><br>
  11. <h6>Wynik: </h6><span id="wynik"></span>
  12.  
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement