"/>
Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. What will be the output of the following PHP code ?

    <?php

    echo "Hello World"

    ?>

  2. A.

     Hello world

    B.

     Hello world in italics

    C.

     Nothing

    D.

     Error

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    You can use tags like italics, bold etc. inside php script.


Be The First To Comment