¤ html, title, et al
HTML construction convenience
Types
html :: [HtmlItem] -> HtmlItem
title :: Html -> HtmlItem
head' :: [HtmlItem] -> HtmlItem
body :: [HtmlItem] -> HtmlItem
body' :: TagAttrs -> [HtmlItem] -> HtmlItem
Description
These are convenience functions for constructing the main structure of an HTML
document. They are abbreviations for the appropriate constructors in the
Html data type.
See Also
Html, h1, p, ...