Untitled
Guest 9 21st Jan, 2025
<!DOCETYPE HTML!>
<html>
<head>
<script type="text/javascript"> src="script.js"></script>
</head>
<body>
<section>
<h3>Obliczamy pole koła</h3>
<p>Podaj promień koła</p>
<input type="text" id="promien">
<button onclick="poleKola()">Oblicz pole</button>
<p>Wynik: <span id="wynik"></span></p>
<p id="zdj"></p>
</script>
</body>
</html>
To share this paste please copy this url and send to your friends
RAW Paste Data