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