Beginner PHP
Q2 / 100

How do you start a PHP block of code?

Correct! Well done.

Incorrect.

The correct answer is B) <?php

B

Correct Answer

<?php

Explanation

<?php is the standard opening tag. The short tag <? requires short_open_tag=On and is not recommended for portability.

Progress
2/100