IHTMLDocument interface IHTMLDocument : IDocument, INode, IQueryElements Documentation Code HTMLCollection Anchors { get; } HTMLBodyElement Body { get; } Cookie Cookie { get; set; } string Domain { get; } HTMLCollection Embeds { get; } HTMLCollection Forms { get; } HTMLHeadElement Head { get; } HTMLCollection Images { get; } HTMLCollection Links { get; } HTMLCollection Scripts { get; } string Title { get; set; } string URL { get; } HTMLDocument Close() HTMLCollection GetElementsByName(string name) HTMLDocument Load(string url) HTMLDocument Open() HTMLDocument Write(string content) HTMLDocument WriteLn(string content)