["html", ["table", {
    "cellspacing": "2em",
    "class": "class1",
    "border": "3",
    "rules": "cols",
    "frame": "lhs",
    "summary": "Table summary",
    "cellpadding": "4px",
    "width": "50%",
    "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"]
