Respuesta :

Answer:

span label

Explanation:

The span label, we can use it to group text elements, this label doesn't generate a visual change, but we can organize changes in a text group.

This element works in a text level, if we use a CSS code, we can apply the change only in some text groups.

For example:

In this example with a paragraph, and we can stand out that text with the label span in color blue.

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vel condimentum erat. Cras ac pharetra risus, nec lobortis ante. Ut at turpis eu diam egestas malesuada. sit amet varius mi euismod ac. <span style="color:blue">Aenean facilisis ante sem, </span>Donec maximus orci ac diam hendrerit sollicitudin. Proin eu ipsum maximus, tempus tortor nec, iaculis odio.</p>