¤ p, hr, et al

HTML construction convenience

Types

p :: Html -> HtmlItem
hr :: HtmlItem
h1 :: Html -> HtmlItem
h2 :: Html -> HtmlItem
h3 :: Html -> HtmlItem
h4 :: Html -> HtmlItem
h5 :: Html -> HtmlItem
h6 :: Html -> HtmlItem
pre :: Html -> HtmlItem
div_class :: String -> Html -> HtmlItem
ol :: Html -> HtmlItem
ul :: Html -> HtmlItem
dir :: [Html] -> HtmlItem
menu :: [Html] -> HtmlItem
li :: Html -> HtmlItem
dl :: Html -> HtmlItem
dt :: Html -> HtmlItem
dd :: Html -> HtmlItem
tr :: Html -> HtmlItem
td :: Html -> HtmlItem

Description

These are convenience functions for various block level HTML elements, lists and table contents.

See Also

Html, img, em, cmd, ...