html agility pack create HTML node code example Example: html agility pack create HTML node HtmlNode div = doc.CreateElement("div"); myNode.Append(div);