["html", ["p", {
    "class": "class1",
    "style": "color:red"
},
"hello"], "\u000a", ["table", {
    "class": "class1",
    "summary": "Table summary",
    "style": "color:red"
},
["thead", ["tr", ["th", "h"],
    ["th", "h"]]],
    ["tbody", ["tr", ["th", {
        "scope": "row",
        "style": "text-align: left;"
    },
    " c1"],
        ["td", {
            "style": "text-align: left;"
        },
        "c2"]]]], "\u000a"]
