Változók, ciklusok, függvények

This commit is contained in:
Kovács Rudolf
2026-09-09 11:14:16 +02:00
parent 4ce0f4850e
commit 5e9381f6c3
6 changed files with 115 additions and 0 deletions

13
valtozok/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Változók</title>
<script defer src="prog1.js"></script>
<script defer src="prog2.js"></script>
</head>
<body>
</body>
</html>