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