This flashcard is just one of a free flashcard set. See all flashcards!
9
PHP Crashkurs
Wo steht der Code?
Wo steht der Code?
Der Code steht am Anfang vor dem html Tag oder im body der HTML-Seite und beginnt immer mit <?php und endet mit ?>:
<html><head><title>PHP</title></head>
<body>
<?php echo "Hallo Welt!"; ?>
</body>
</html>
<html><head><title>PHP</title></head>
<body>
<?php echo "Hallo Welt!"; ?>
</body>
</html>
Flashcard info:
Author: CoboCards-User
Main topic: Interaktive Medien
Topic: Web Applikationen
Published: 18.06.2014