“¿Qué es un tramo en html?” Código de respuesta

el uso de la etiqueta de span

<p>This a <span class="crimson-text">crimson text</span> within others.</p>
Oluwakorede Bakare

¿Qué es un tramo en html?

<span> contains short pieces of text or other HTML. They are used to separate small pieces of content that are on the same line as other content.
e.g
<div>
  <h1>Technology</h1>
</div>
<div>
  <p><span>Self-driving cars</span> are anticipated to replace up to 2 million jobs over the next two decades.</p>
</div>
The anime coder

Respuestas similares a “¿Qué es un tramo en html?”

Preguntas similares a “¿Qué es un tramo en html?”

Más respuestas relacionadas con “¿Qué es un tramo en html?” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código