“Co to jest w HTML” Kod odpowiedzi

użycie znacznika Span

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

Co to jest w 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

Odpowiedzi podobne do “Co to jest w HTML”

Pytania podobne do “Co to jest w HTML”

Więcej pokrewnych odpowiedzi na “Co to jest w HTML” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu