¤ href, img, et al

HTML construction convenience

Types

href :: String -> Html -> HtmlItem
img :: String -> HtmlItem
imgalt :: String -> String -> HtmlItem
em :: Html -> HtmlItem
strong :: Html -> HtmlItem
br :: HtmlItem
span_class :: String -> Html -> HtmlItem
target :: String -> Html -> HtmlItem

Description

These are convenience functions for various inline HTML elements.

See Also

Html, h1, p, cmd, ...