"/>
<?php"Hello World"?>
<?php
"Hello World"
?>
Error
Hello World
Nothing
Missing semicolon error
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option C
Explanation :
If you need to output something onto the screen you’ll need to use echo or print_r.
Be The First To Comment