PROGP lernen (2/2)
This commit is contained in:
20
progp/lernen/zusammenfassung_ka1/grundstruktur.php
Normal file
20
progp/lernen/zusammenfassung_ka1/grundstruktur.php
Normal 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>
|
||||||
|
|
||||||
Reference in New Issue
Block a user