del

object del extends Tag

The <strong>HTML <code><del></code> element</strong> 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.

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]