estrutura for

This commit is contained in:
2026-05-21 21:16:14 -03:00
parent 26f6c9d63e
commit f339472e01

View File

@@ -2,4 +2,4 @@
for ($i = 10; $i >= 1; $i--) { for ($i = 10; $i >= 1; $i--) {
echo "<h3> $i</h3>"; echo "<h3> $i</h3>";
} }
?> ?>