Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php if (5 < 3) { echo "Cinq est inférieur à trois"; } else { echo "Cinq n'est pas moins que trois"; } ?> </body> </html>
Cinq n'est pas moins que trois