Module

Chameleon.HTML.Elements

Package
purescript-chameleon
Repository
thought2/purescript-chameleon

#a Source

a :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a hyperlink

#a_ Source

a_ :: forall html a. Html html => Array (html a) -> html a

Defines a hyperlink [No Attributes]

#abbr Source

abbr :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an abbreviation

#abbr_ Source

abbr_ :: forall html a. Html html => Array (html a) -> html a

Defines an abbreviation [No Attributes]

#address Source

address :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines contact information for the author/owner of a document

#address_ Source

address_ :: forall html a. Html html => Array (html a) -> html a

Defines contact information for the author/owner of a document [No Attributes]

#area Source

area :: forall html a. Html html => Array (Prop a) -> html a

Defines an area inside an image map

#area_ Source

area_ :: forall html a. Html html => html a

Defines an area inside an image map [No Attributes]

#article Source

article :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines self-contained content, like blog posts or news articles

#article_ Source

article_ :: forall html a. Html html => Array (html a) -> html a

Defines self-contained content, like blog posts or news articles [No Attributes]

#aside Source

aside :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines content aside from the content it is placed in

#aside_ Source

aside_ :: forall html a. Html html => Array (html a) -> html a

Defines content aside from the content it is placed in [No Attributes]

#audio Source

audio :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines sound content, like music or other audio streams

#audio_ Source

audio_ :: forall html a. Html html => Array (html a) -> html a

Defines sound content, like music or other audio streams [No Attributes]

#b Source

b :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines bold text

#b_ Source

b_ :: forall html a. Html html => Array (html a) -> html a

Defines bold text [No Attributes]

#base Source

base :: forall html a. Html html => Array (Prop a) -> html a

Defines the base URL for all relative URLs in a document

#base_ Source

base_ :: forall html a. Html html => html a

Defines the base URL for all relative URLs in a document [No Attributes]

#bdi Source

bdi :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines text directionality for its children

#bdi_ Source

bdi_ :: forall html a. Html html => Array (html a) -> html a

Defines text directionality for its children [No Attributes]

#bdo Source

bdo :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines text directionality

#bdo_ Source

bdo_ :: forall html a. Html html => Array (html a) -> html a

Defines text directionality [No Attributes]

#blockquote Source

blockquote :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a section that is quoted from another source

#blockquote_ Source

blockquote_ :: forall html a. Html html => Array (html a) -> html a

Defines a section that is quoted from another source [No Attributes]

#body Source

body :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines the document's body

#body_ Source

body_ :: forall html a. Html html => Array (html a) -> html a

Defines the document's body [No Attributes]

#br Source

br :: forall html a. Html html => Array (Prop a) -> html a

Defines a single line break

#br_ Source

br_ :: forall html a. Html html => html a

Defines a single line break [No Attributes]

#button Source

button :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a clickable button

#button_ Source

button_ :: forall html a. Html html => Array (html a) -> html a

Defines a clickable button [No Attributes]

#canvas Source

canvas :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an area that can be used to draw graphics using JavaScript

#canvas_ Source

canvas_ :: forall html a. Html html => Array (html a) -> html a

Defines an area that can be used to draw graphics using JavaScript [No Attributes]

#caption Source

caption :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a table caption

#caption_ Source

caption_ :: forall html a. Html html => Array (html a) -> html a

Defines a table caption [No Attributes]

#cite Source

cite :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines the title of a work

#cite_ Source

cite_ :: forall html a. Html html => Array (html a) -> html a

Defines the title of a work [No Attributes]

#code Source

code :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a piece of computer code

#code_ Source

code_ :: forall html a. Html html => Array (html a) -> html a

Defines a piece of computer code [No Attributes]

#col Source

col :: forall html a. Html html => Array (Prop a) -> html a

Defines attributes for table columns

#col_ Source

col_ :: forall html a. Html html => html a

Defines attributes for table columns [No Attributes]

#colgroup Source

colgroup :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines attributes for a group of table columns

#colgroup_ Source

colgroup_ :: forall html a. Html html => Array (html a) -> html a

Defines attributes for a group of table columns [No Attributes]

#data_ Source

data_ :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines machine-readable data

#data__ Source

data__ :: forall html a. Html html => Array (html a) -> html a

Defines machine-readable data [No Attributes]

#datalist Source

datalist :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a list of pre-defined options for input controls

#datalist_ Source

datalist_ :: forall html a. Html html => Array (html a) -> html a

Defines a list of pre-defined options for input controls [No Attributes]

#dd Source

dd :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a description/value of a term in a description list

#dd_ Source

dd_ :: forall html a. Html html => Array (html a) -> html a

Defines a description/value of a term in a description list [No Attributes]

#del Source

del :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines text that has been deleted from a document

#del_ Source

del_ :: forall html a. Html html => Array (html a) -> html a

Defines text that has been deleted from a document [No Attributes]

#details Source

details :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines additional details that the user can view or hide

#details_ Source

details_ :: forall html a. Html html => Array (html a) -> html a

Defines additional details that the user can view or hide [No Attributes]

#dfn Source

dfn :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a definition term

#dfn_ Source

dfn_ :: forall html a. Html html => Array (html a) -> html a

Defines a definition term [No Attributes]

#dialog Source

dialog :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a dialog box or window

#dialog_ Source

dialog_ :: forall html a. Html html => Array (html a) -> html a

Defines a dialog box or window [No Attributes]

#div Source

div :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a section of a document

#div_ Source

div_ :: forall html a. Html html => Array (html a) -> html a

Defines a section of a document [No Attributes]

#dl Source

dl :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a description list

#dl_ Source

dl_ :: forall html a. Html html => Array (html a) -> html a

Defines a description list [No Attributes]

#dt Source

dt :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a term in a description list

#dt_ Source

dt_ :: forall html a. Html html => Array (html a) -> html a

Defines a term in a description list [No Attributes]

#em Source

em :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines emphasized text

#em_ Source

em_ :: forall html a. Html html => Array (html a) -> html a

Defines emphasized text [No Attributes]

#embed Source

embed :: forall html a. Html html => Array (Prop a) -> html a

Defines a container for an external application or interactive content

#embed_ Source

embed_ :: forall html a. Html html => html a

Defines a container for an external application or interactive content [No Attributes]

#fieldset Source

fieldset :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Groups related form elements

#fieldset_ Source

fieldset_ :: forall html a. Html html => Array (html a) -> html a

Groups related form elements [No Attributes]

#figcaption Source

figcaption :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a caption for a <figure> element

#figcaption_ Source

figcaption_ :: forall html a. Html html => Array (html a) -> html a

Defines a caption for a <figure> element [No Attributes]

#figure Source

figure :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines self-contained content, like images or diagrams

#figure_ Source

figure_ :: forall html a. Html html => Array (html a) -> html a

Defines self-contained content, like images or diagrams [No Attributes]

#footer Source

footer :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a footer for a document or section

#footer_ Source

footer_ :: forall html a. Html html => Array (html a) -> html a

Defines a footer for a document or section [No Attributes]

#form Source

form :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an HTML form for user input

#form_ Source

form_ :: forall html a. Html html => Array (html a) -> html a

Defines an HTML form for user input [No Attributes]

#h1 Source

h1 :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a heading level 1

#h1_ Source

h1_ :: forall html a. Html html => Array (html a) -> html a

Defines a heading level 1 [No Attributes]

#h2 Source

h2 :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a heading level 2

#h2_ Source

h2_ :: forall html a. Html html => Array (html a) -> html a

Defines a heading level 2 [No Attributes]

#h3 Source

h3 :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a heading level 3

#h3_ Source

h3_ :: forall html a. Html html => Array (html a) -> html a

Defines a heading level 3 [No Attributes]

#h4 Source

h4 :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a heading level 4

#h4_ Source

h4_ :: forall html a. Html html => Array (html a) -> html a

Defines a heading level 4 [No Attributes]

#h5 Source

h5 :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a heading level 5

#h5_ Source

h5_ :: forall html a. Html html => Array (html a) -> html a

Defines a heading level 5 [No Attributes]

#h6 Source

h6 :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a heading level 6

#h6_ Source

h6_ :: forall html a. Html html => Array (html a) -> html a

Defines a heading level 6 [No Attributes]

#head Source

head :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines information about the document

#head_ Source

head_ :: forall html a. Html html => Array (html a) -> html a

Defines information about the document [No Attributes]

#header Source

header :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a header for a document or section

#header_ Source

header_ :: forall html a. Html html => Array (html a) -> html a

Defines a header for a document or section [No Attributes]

#hr Source

hr :: forall html a. Html html => Array (Prop a) -> html a

Defines a horizontal rule (line)

#hr_ Source

hr_ :: forall html a. Html html => html a

Defines a horizontal rule (line) [No Attributes]

#html Source

html :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines the root of an HTML document

#html_ Source

html_ :: forall html a. Html html => Array (html a) -> html a

Defines the root of an HTML document [No Attributes]

#i Source

i :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines italic text

#i_ Source

i_ :: forall html a. Html html => Array (html a) -> html a

Defines italic text [No Attributes]

#iframe Source

iframe :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an inline frame for embedding external content

#iframe_ Source

iframe_ :: forall html a. Html html => Array (html a) -> html a

Defines an inline frame for embedding external content [No Attributes]

#img Source

img :: forall html a. Html html => Array (Prop a) -> html a

Defines an image

#img_ Source

img_ :: forall html a. Html html => html a

Defines an image [No Attributes]

#input Source

input :: forall html a. Html html => Array (Prop a) -> html a

Defines an input control

#input_ Source

input_ :: forall html a. Html html => html a

Defines an input control [No Attributes]

#ins Source

ins :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines text that has been inserted into a document

#ins_ Source

ins_ :: forall html a. Html html => Array (html a) -> html a

Defines text that has been inserted into a document [No Attributes]

#kbd Source

kbd :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines keyboard input

#kbd_ Source

kbd_ :: forall html a. Html html => Array (html a) -> html a

Defines keyboard input [No Attributes]

#label Source

label :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a label for an <input> element

#label_ Source

label_ :: forall html a. Html html => Array (html a) -> html a

Defines a label for an <input> element [No Attributes]

#legend Source

legend :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a caption for a <fieldset> element

#legend_ Source

legend_ :: forall html a. Html html => Array (html a) -> html a

Defines a caption for a <fieldset> element [No Attributes]

#li Source

li :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a list item

#li_ Source

li_ :: forall html a. Html html => Array (html a) -> html a

Defines a list item [No Attributes]

#main Source

main :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines the main content of a document

#main_ Source

main_ :: forall html a. Html html => Array (html a) -> html a

Defines the main content of a document [No Attributes]

#map Source

map :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an image map

#map_ Source

map_ :: forall html a. Html html => Array (html a) -> html a

Defines an image map [No Attributes]

#mark Source

mark :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines marked/highlighted text

#mark_ Source

mark_ :: forall html a. Html html => Array (html a) -> html a

Defines marked/highlighted text [No Attributes]

#menu Source

menu :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a list/menu of commands

#menu_ Source

menu_ :: forall html a. Html html => Array (html a) -> html a

Defines a list/menu of commands [No Attributes]

#meta Source

meta :: forall html a. Html html => Array (Prop a) -> html a

Defines metadata about an HTML document

#meta_ Source

meta_ :: forall html a. Html html => html a

Defines metadata about an HTML document [No Attributes]

#meter Source

meter :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a scalar measurement within a known range

#meter_ Source

meter_ :: forall html a. Html html => Array (html a) -> html a

Defines a scalar measurement within a known range [No Attributes]

#nav Source

nav :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a navigation menu

#nav_ Source

nav_ :: forall html a. Html html => Array (html a) -> html a

Defines a navigation menu [No Attributes]

#noscript Source

noscript :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an alternate content for users that do not support client-side scripts

#noscript_ Source

noscript_ :: forall html a. Html html => Array (html a) -> html a

Defines an alternate content for users that do not support client-side scripts [No Attributes]

#object Source

object :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a container for external application or interactive content

#object_ Source

object_ :: forall html a. Html html => Array (html a) -> html a

Defines a container for external application or interactive content [No Attributes]

#ol Source

ol :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an ordered list

#ol_ Source

ol_ :: forall html a. Html html => Array (html a) -> html a

Defines an ordered list [No Attributes]

#optgroup Source

optgroup :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a group of related options in a drop-down list

#optgroup_ Source

optgroup_ :: forall html a. Html html => Array (html a) -> html a

Defines a group of related options in a drop-down list [No Attributes]

#option Source

option :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an option in a drop-down list

#option_ Source

option_ :: forall html a. Html html => Array (html a) -> html a

Defines an option in a drop-down list [No Attributes]

#output Source

output :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines the result of a calculation

#output_ Source

output_ :: forall html a. Html html => Array (html a) -> html a

Defines the result of a calculation [No Attributes]

#p Source

p :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a paragraph

#p_ Source

p_ :: forall html a. Html html => Array (html a) -> html a

Defines a paragraph [No Attributes]

#param Source

param :: forall html a. Html html => Array (Prop a) -> html a

Defines a parameter for an object

#param_ Source

param_ :: forall html a. Html html => html a

Defines a parameter for an object [No Attributes]

#picture Source

picture :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a container for multiple image resources

#picture_ Source

picture_ :: forall html a. Html html => Array (html a) -> html a

Defines a container for multiple image resources [No Attributes]

#pre Source

pre :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines preformatted text

#pre_ Source

pre_ :: forall html a. Html html => Array (html a) -> html a

Defines preformatted text [No Attributes]

#progress Source

progress :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Represents the progress of a task

#progress_ Source

progress_ :: forall html a. Html html => Array (html a) -> html a

Represents the progress of a task [No Attributes]

#q Source

q :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a short quotation

#q_ Source

q_ :: forall html a. Html html => Array (html a) -> html a

Defines a short quotation [No Attributes]

#rb Source

rb :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a ruby base (character) for a ruby annotation

#rb_ Source

rb_ :: forall html a. Html html => Array (html a) -> html a

Defines a ruby base (character) for a ruby annotation [No Attributes]

#rp Source

rp :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines what to show in browsers that do not support ruby annotations

#rp_ Source

rp_ :: forall html a. Html html => Array (html a) -> html a

Defines what to show in browsers that do not support ruby annotations [No Attributes]

#rt Source

rt :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a ruby text (annotation) for a ruby annotation

#rt_ Source

rt_ :: forall html a. Html html => Array (html a) -> html a

Defines a ruby text (annotation) for a ruby annotation [No Attributes]

#rtc Source

rtc :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a ruby text container for a ruby annotation

#rtc_ Source

rtc_ :: forall html a. Html html => Array (html a) -> html a

Defines a ruby text container for a ruby annotation [No Attributes]

#ruby Source

ruby :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a ruby annotation (for East Asian typography)

#ruby_ Source

ruby_ :: forall html a. Html html => Array (html a) -> html a

Defines a ruby annotation (for East Asian typography) [No Attributes]

#s Source

s :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines strikethrough text

#s_ Source

s_ :: forall html a. Html html => Array (html a) -> html a

Defines strikethrough text [No Attributes]

#samp Source

samp :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines sample output from a computer program

#samp_ Source

samp_ :: forall html a. Html html => Array (html a) -> html a

Defines sample output from a computer program [No Attributes]

#script Source

script :: forall html a. Html html => Array (Prop a) -> html a

Defines a client-side script

#script_ Source

script_ :: forall html a. Html html => html a

Defines a client-side script [No Attributes]

#section Source

section :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a section in a document

#section_ Source

section_ :: forall html a. Html html => Array (html a) -> html a

Defines a section in a document [No Attributes]

#select Source

select :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a drop-down list

#select_ Source

select_ :: forall html a. Html html => Array (html a) -> html a

Defines a drop-down list [No Attributes]

#slot Source

slot :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a slot for content in a web component

#slot_ Source

slot_ :: forall html a. Html html => Array (html a) -> html a

Defines a slot for content in a web component [No Attributes]

#small Source

small :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines smaller text

#small_ Source

small_ :: forall html a. Html html => Array (html a) -> html a

Defines smaller text [No Attributes]

#source Source

source :: forall html a. Html html => Array (Prop a) -> html a

Defines multiple media resources for media elements (<video> and <audio>)

#source_ Source

source_ :: forall html a. Html html => html a

Defines multiple media resources for media elements (<video> and <audio>) [No Attributes]

#span Source

span :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a small section of text

#span_ Source

span_ :: forall html a. Html html => Array (html a) -> html a

Defines a small section of text [No Attributes]

#strong Source

strong :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines important text

#strong_ Source

strong_ :: forall html a. Html html => Array (html a) -> html a

Defines important text [No Attributes]

#style Source

style :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines style information for a document

#style_ Source

style_ :: forall html a. Html html => Array (html a) -> html a

Defines style information for a document [No Attributes]

#sub Source

sub :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines subscripted text

#sub_ Source

sub_ :: forall html a. Html html => Array (html a) -> html a

Defines subscripted text [No Attributes]

#summary Source

summary :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a visible heading for a <details> element

#summary_ Source

summary_ :: forall html a. Html html => Array (html a) -> html a

Defines a visible heading for a <details> element [No Attributes]

#sup Source

sup :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines superscripted text

#sup_ Source

sup_ :: forall html a. Html html => Array (html a) -> html a

Defines superscripted text [No Attributes]

#table Source

table :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a table

#table_ Source

table_ :: forall html a. Html html => Array (html a) -> html a

Defines a table [No Attributes]

#tbody Source

tbody :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Groups the body content in a table

#tbody_ Source

tbody_ :: forall html a. Html html => Array (html a) -> html a

Groups the body content in a table [No Attributes]

#td Source

td :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a cell in a table

#td_ Source

td_ :: forall html a. Html html => Array (html a) -> html a

Defines a cell in a table [No Attributes]

#template Source

template :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a container for content that should be hidden when the page loads

#template_ Source

template_ :: forall html a. Html html => Array (html a) -> html a

Defines a container for content that should be hidden when the page loads [No Attributes]

#textarea Source

textarea :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a multiline input control

#textarea_ Source

textarea_ :: forall html a. Html html => Array (html a) -> html a

Defines a multiline input control [No Attributes]

#tfoot Source

tfoot :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Groups the footer content in a table

#tfoot_ Source

tfoot_ :: forall html a. Html html => Array (html a) -> html a

Groups the footer content in a table [No Attributes]

#th Source

th :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a header cell in a table

#th_ Source

th_ :: forall html a. Html html => Array (html a) -> html a

Defines a header cell in a table [No Attributes]

#thead Source

thead :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Groups the header content in a table

#thead_ Source

thead_ :: forall html a. Html html => Array (html a) -> html a

Groups the header content in a table [No Attributes]

#time Source

time :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a date/time

#time_ Source

time_ :: forall html a. Html html => Array (html a) -> html a

Defines a date/time [No Attributes]

#title Source

title :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a title for the document

#title_ Source

title_ :: forall html a. Html html => Array (html a) -> html a

Defines a title for the document [No Attributes]

#tr Source

tr :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a row in a table

#tr_ Source

tr_ :: forall html a. Html html => Array (html a) -> html a

Defines a row in a table [No Attributes]

#track Source

track :: forall html a. Html html => Array (Prop a) -> html a

Defines text tracks for media elements (<video> and <audio>)

#track_ Source

track_ :: forall html a. Html html => html a

Defines text tracks for media elements (<video> and <audio>) [No Attributes]

#u Source

u :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines underlined text

#u_ Source

u_ :: forall html a. Html html => Array (html a) -> html a

Defines underlined text [No Attributes]

#ul Source

ul :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines an unordered list

#ul_ Source

ul_ :: forall html a. Html html => Array (html a) -> html a

Defines an unordered list [No Attributes]

#var Source

var :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a variable

#var_ Source

var_ :: forall html a. Html html => Array (html a) -> html a

Defines a variable [No Attributes]

#video Source

video :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines a video

#video_ Source

video_ :: forall html a. Html html => Array (html a) -> html a

Defines a video [No Attributes]

#wbr Source

wbr :: forall html a. Html html => Array (Prop a) -> html a

Defines a possible line-break

#wbr_ Source

wbr_ :: forall html a. Html html => html a

Defines a possible line-break [No Attributes]