Parsing HTML5 using CsQuery

CQ cq = CQ.Create(html);
var linkElements = cq.Find("a");

Know more: