This flashcard is just one of a free flashcard set. See all flashcards!
49
PHP
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: Karin Zeller
Main topic: WebApp FS14
Topic: Web Applikationen FS14
School / Univ.: HTW
City: Chur
Published: 20.06.2014