public HtmlTag WrapWith(HtmlTag wrapper)
 {
     wrapper.InsertFirst(this);
     return(wrapper);
 }