s

object s extends Tag

The <strong>HTML <code><s></code> element</strong> renders text with a strikethrough, or a line through it. Use the <code><s></code> element to represent things that are no longer relevant or no longer accurate. However, <code><s></code> is not appropriate when indicating document edits; for that, use the <a title="The HTML <del> element represents a range of text that has been deleted from a document. This element is often (but need not be) rendered with strike-through text." href="/en-US/docs/Web/HTML/Element/del"><code><del></code></a> and <a title="The HTML <ins> element represents a range of text that has been added to a document." href="/en-US/docs/Web/HTML/Element/ins"><code><ins></code></a> elements, as appropriate.

trait Tag
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

type tagType = tag

Value members

Concrete methods

@inline
def apply(mods: TagMod[tag]*): WithAttrs[tagType]