public HtmlDocument(HtmlHead head, HtmlBody body) { _Head = head; _Body = body; }
public HtmlDocument() { _Body = new HtmlBody(); }