jump

HTML: The Markup Language (an HTML language reference)

sstruck text CHANGED # T

The s element represents contents that are no longer accurate or no longer relevant and that therefore has been “struck” from the document.

Permitted contents #

Permitted attributes #

global attributes
Any attributes permitted globally.

Tag omission #

An s element must have both a start tag and an end tag.

Permitted parent elements #

any element that can contain phrasing elements

Changes in HTML5 #

Although previous versions of HTML defined the s element only in presentational terms, the element has now been given the specific semantic purpose of representing contents that are no longer accurate or no longer relevant.

DOM interface #

Uses HTMLElement.

Typical default display properties #

s {
text-decoration: line-through; }