blizzard-html-0.1.0.0: An HTML and CSS renderer for Haskell
Safe HaskellNone
LanguageHaskell2010

Text.Blizzard.Html5

Documentation

a :: [Attribute] -> [Html] -> Html Source #

b :: [Attribute] -> [Html] -> Html Source #

bdo :: [Attribute] -> [Html] -> Html Source #

dd :: [Attribute] -> [Html] -> Html Source #

del :: [Attribute] -> [Html] -> Html Source #

dfn :: [Attribute] -> [Html] -> Html Source #

div :: [Attribute] -> [Html] -> Html Source #

dl :: [Attribute] -> [Html] -> Html Source #

dt :: [Attribute] -> [Html] -> Html Source #

em :: [Attribute] -> [Html] -> Html Source #

h1 :: [Attribute] -> [Html] -> Html Source #

h2 :: [Attribute] -> [Html] -> Html Source #

h3 :: [Attribute] -> [Html] -> Html Source #

h4 :: [Attribute] -> [Html] -> Html Source #

h5 :: [Attribute] -> [Html] -> Html Source #

h6 :: [Attribute] -> [Html] -> Html Source #

i :: [Attribute] -> [Html] -> Html Source #

ins :: [Attribute] -> [Html] -> Html Source #

kbd :: [Attribute] -> [Html] -> Html Source #

li :: [Attribute] -> [Html] -> Html Source #

map :: [Attribute] -> [Html] -> Html Source #

nav :: [Attribute] -> [Html] -> Html Source #

ol :: [Attribute] -> [Html] -> Html Source #

p :: [Attribute] -> [Html] -> Html Source #

pre :: [Attribute] -> [Html] -> Html Source #

q :: [Attribute] -> [Html] -> Html Source #

rp :: [Attribute] -> [Html] -> Html Source #

rt :: [Attribute] -> [Html] -> Html Source #

sub :: [Attribute] -> [Html] -> Html Source #

sup :: [Attribute] -> [Html] -> Html Source #

td :: [Attribute] -> [Html] -> Html Source #

th :: [Attribute] -> [Html] -> Html Source #

tr :: [Attribute] -> [Html] -> Html Source #

u :: [Attribute] -> [Html] -> Html Source #

ul :: [Attribute] -> [Html] -> Html Source #

var :: [Attribute] -> [Html] -> Html Source #