Provides functionalities for cleaning and repairing html code.
 public CommentsRemover()
 {
     htmlUtil = new HtmlUtil();
 }
 /// <summary>
 /// Default constructor.
 /// </summary>
 public HeadSectionRemover()
 {
     htmlUtil = new HtmlUtil();
 }