MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the net effect of running the following script on the $s string? |
| A. | The string will remain unchanged |
| B. | The string will become longer because the angular brackets will be converted to their HTML meta character equivalents |
| C. | If the string is printed to a browser, the angular brackets will not be visible and it will be interpreted as HTML |
| D. | If the string is printed to a browser, the angular brackets will be visible |
| Answer» E. | |