<<< Previous question <<< Question ID#0411.md >>> Next question >>>
What is the output of the following script?
$html = '<p>line1line2</p>';
echo strip_tags($html, 'br');
Enter the exact script output
- A) line1line2
- B) line1
line2 - C) line1
line2 - D) line1line2
Answer
Answer: A