aktuelle.kurse/old_m133/4_Modulinhalte_und_Uebungen/00-Anwendungen-Beispiele-Uebungen/PHP_Klasse1/HalloWorld.php

11 lines
74 B
PHP
Raw Normal View History

2022-02-23 22:44:33 +01:00
<html>
Hallo World in HTML
</html>
<?php
echo "Hallo World (PHP)";
?>