noscript

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

The HTML <noscript> element defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser.

Attributes

Graph
Supertypes
trait Tag
class Object
trait Matchable
class Any
Self 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]