Untitled
Guest 17 9th Jan, 2025
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<section>
<h3>Dodawanie dwóch liczb</h3>
<p>Podaj pierwszą liczbę: <input type="text" id="pierwsza_liczba"></p>
<p>Podaj drugą liczbę: <input type="text" id="druga_liczba"></p>
<button onclick="dodawanie()">Oblicz</button>
</section>
</body>
</html>
To share this paste please copy this url and send to your friends
RAW Paste Data