Multiple choice technology web 2.0

PHP server scripts are surrounded by delimiters, which?

  1. <&>...</&>

  2. <script>...</script>

  3. <?php…?>

  4. <?php>...</?>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PHP server-side scripts are enclosed between the standard opening tag ``. Other options represent incorrect tag syntax that the PHP parser does not recognize as valid default script delimiters.