first commit

This commit is contained in:
Bildcraft1 2024-10-31 10:47:12 +01:00
commit d975e212f9
35 changed files with 813 additions and 0 deletions

13
h1-h6.php Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<body>
<?php
for($i = 1; $i <= 6; $i++){
echo "<h$i> Ciao mamma </h$i>";
}
?>
</body>
</html>