I have this code:
$html = array(
'<div id="grupo"><span>5</span><p>Invitacion de boda calendario 1</p><p>Cantidad : 1</p></div>',
'<div id="grupo"><span>6</span><p>Invitacion de boda calendario 2</p><p>Cantidad : 1</p></div>',
'<div id="grupo"><span>7</span><p>Invitacion de boda calendario 3</p><p>Cantidad : 1</p></div>',
);
When printing I get all the labels, how to make me print the values of the variable $html
in HTML format