public static void Href(this StringBuilder sb, string text, string name)
 {
     sb.Append(HTMLFormater.Href(text, name));
 }