I would like to format text in the following line:
$('span.texto').text('Enviamos um email para email@email');
I would like you to stay:
We send an email to email @ email
I tried
$('span.texto').text('Enviamos um email para <b>email@email</b');
But did not give yet