+ 1
Array
$myArray[1] = "<strong>PHP</strong>"; // what does the strong mean
2 Answers
+ 7
<strong> is a HTML tag. In this context, it is merely a string stored within an array.
+ 2
<strong> is a HTML tag. It is a type of text like bold and italic. You can use this for important text. So it will print PHP as a important word.