Q. What is the correct way to start a PHP block? (A) <?php (B) <php> (C) <? (D) <script> ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) <?php Explanation: The standard way to start PHP code is with <?php.