What is the Use of SPAN in HTML and give one example?

Asked: Apr 15, 2023

SPAN : Used for the following things:

  1. Highlight the any color text
  2. For adding colored text
  3. For adding background image to text.

<p><span style="color:#000000;">In this page we use span.</span></p>

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!