Q. Which of the following is the correct way to start a PHP block?
β
Correct Answer: (B)
<?php
Explanation: PHP code starts with <?php and ends with ?>.