HomeReferencesHTML Tags

HTML Tag: span

Used to group in-line HTML. span applies no meaning and is commonly used solely to apply CSS.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Required Attributes

  • None.

Optional Attributes

Example


<p>You could apply styles to <span class="whatever">this text</span> or <span class="whatever">tis thext</span> using the span tag.</p>