Module Eliom_content.Html.F

module F: sig .. end

Creation of Functional HTML5 content (copy-able but not referable, see also ).


Content creation

See . If you want to create an untyped form, you will have to use otherwise, use Eliom form widgets. For more information, see .

module Raw: Html_sigs.Make(Xml)(Svg.F.Raw).T 
      with type +'a elt = 'a elt
       and type +'a attrib = 'a attrib

See .

include Eliom_content.Html.F.Raw
include Eliom_content_sigs.LINKS_AND_FORMS