Difference between revisions of "Span (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In HTML, the '''span''' element represents an inline container within a block of content. == Inline == Span is an inline element, like strong and Em...")
 
(No difference)

Latest revision as of 09:21, 19 April 2016

In HTML, the span element represents an inline container within a block of content.

Inline

Span is an inline element, like strong and em.

It has little or no semantic meaning.

Span is a fundamental element in HTML.

Using span

It is widely used to apply text styles, or display background images, within a block of text.

See also

External links