Module html

Source
Expand description

HTML helpers.

Functionsยง

a
Returns an HTML element of the given type
b
Returns an HTML element of the given type
body
Returns an HTML element of the given type
br
Returns an HTML element of the given type
button
Returns an HTML element of the given type
canvas
Returns an HTML element of the given type
caption
Returns an HTML element of the given type
code
Returns an HTML element of the given type
div
Returns an HTML element of the given type
em
Returns an HTML element of the given type
form
Returns an HTML element of the given type
h1
Returns an HTML element of the given type
h2
Returns an HTML element of the given type
h3
Returns an HTML element of the given type
h4
Returns an HTML element of the given type
h5
Returns an HTML element of the given type
h6
Returns an HTML element of the given type
head
Returns an HTML element of the given type
html
Returns an HTML element of the given type
i
Returns an HTML element of the given type
iframe
Returns an HTML element of the given type
img
Returns an HTML element of the given type
input
Returns an HTML element of the given type
label
Returns an HTML element of the given type
li
Returns an HTML element of the given type
link
Returns an HTML element of the given type
meta
Returns an HTML element of the given type
nav
Returns an HTML element of the given type
noscript
Returns an HTML element of the given type
ol
Returns an HTML element of the given type
p
Returns an HTML element of the given type
pre
Returns an HTML element of the given type
q
Returns an HTML element of the given type
script
Returns an HTML element of the given type
span
Returns an HTML element of the given type
strong
Returns an HTML element of the given type
style
Returns an HTML element of the given type
sub
Returns an HTML element of the given type
sup
Returns an HTML element of the given type
svg
Returns an HTML element of the given type
table
Returns an HTML element of the given type
td
Returns an HTML element of the given type
textarea
Returns an HTML element of the given type
th
Returns an HTML element of the given type
title
Returns an HTML element of the given type
tr
Returns an HTML element of the given type
ul
Returns an HTML element of the given type
write_doctype
Writes the html DOCTYPE declaration.