del

slinky.web.html.del$
object del extends Tag

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.

Attributes

Graph
Supertypes
trait Tag
class Object
trait Matchable
class Any
Self type
del.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

type tagType = tag.type

Value members

Concrete methods

def apply(mods: TagMod[tag.type]*): WithAttrs[tagType]