Q. What will be the output of the following PHP code ?
Code:
<?php echo "Hello World" ?>
β
Correct Answer: (B)
Hello world in italics
<?php echo "Hello World" ?>
You must be Logged in to update hint/solution