HTML inside PHP
examples/intro/html_in_php.php
<h1>HTML in PHP and other PHP tag</h1> <?php echo "Hello"; echo "<br>"; ?> <hr> <? echo "World"; echo "<br>\n"; ?>
<h1>HTML in PHP and other PHP tag</h1> <?php echo "Hello"; echo "<br>"; ?> <hr> <? echo "World"; echo "<br>\n"; ?>