L'utilisation de la balise Span
<p>This a <span class="crimson-text">crimson text</span> within others.</p>
Oluwakorede Bakare
<p>This a <span class="crimson-text">crimson text</span> within others.</p>
<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>