Writes a tab string and a formatted string to the output stream, using the same semantics as the string.Format(string, object) method, along with any pending tab spacing.
The HtmlTextWriter.Write(string, object) method generates any tabs that are pending, and then calls the erload:System.IO.TextWriter.Write base method.