“O que é uma extensão em html” Respostas de código

o uso da tag span

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

O que é uma extensão em 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

Respostas semelhantes a “O que é uma extensão em html”

Perguntas semelhantes a “O que é uma extensão em html”

Mais respostas relacionadas para “O que é uma extensão em html” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código