I have a table which contains HTML tag . I just want to create a HTML FORM using this table is HTML FOrmat for eg.
ID Tags
-- ----
1 Html
2 Head
3 Title
4 Meta
5 Body
6 Font
Result should be
ID HTML
-- ------------------------------------------------------------------------------------
1 <Html> <Head> <Title></Title> <Meta></Meta> </Head><Body> <Font></Font></Body</Html>
DIVtags, does the first contain the second or is it implicitly closed by the second?