PROGP lernen (2/2)

This commit is contained in:
danielvici123
2024-11-13 09:19:04 +01:00
parent d8de12e6d7
commit caf751e1c2

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- Kommentar in HTML -->
<?php
// Kommentar in PHP
?>
</body>
</html>