htmlHelp Web Interface

Web interface for the htmlHelp function in the Haskell Text.CHXHtml library.

htmlHelp :: [String] -> [[String]]]

Specify the nesting context below, such as 'html,body,div' Which returns a list of W3C allowable children and attributes for the specified specification.

We've 'webified' the function, allowing the omisison of " in the list of Strings as well as pretty-printing the output. Content created by CHXHtml and Haskell!



Results for: html -> body -> div
Spec: strict

Allowed Children:

a
abbr
acronym
address
b
bdo
big
blockquote
br
button
cite
code
del
dfn
div
dl
em
fieldset
form
h1
h2
h3
h4
h5
h6
hr
i
img
input
ins
kbd
label
map
noscript
object
ol
p
pcdata
pre
q
samp
script
select
small
span
strong
sub
sup
table
textarea
tt
ul
var
 

Allowed Attributes:

class_att
dir_att
id_att
lang_att
onclick_att
ondblclick_att
onkeydown_att
onkeypress_att
onkeyup_att
onmousedown_att
onmousemove_att
onmouseout_att
onmouseover_att
onmouseup_att
style_att
title_att