html标签和richtextbox对应表
<B>...........Bold
<I>...........Italic
<P>...........Paragraph - Attributes - align, style
<STRONG>......Strong
<BIG>.........Big
<SMALL>.......Small
<PRE>.........Pre
<FONT>........Font - Attributes - face, size, color, style
<BODY>........The body tag - Attributes - background, text, leftmargin
<H1> - <H6>...H1-H6 (level 1 to 6 heading)
<BR>..........Line break
<EM>..........Emphasized, looks like Italics
<U>...........Underlined text style
<IMG>.........Image - Attributes - src, align, height, width
<SUP>.........Superscript
<SUB>.........Subscript
<CENTER>......To center align the text
<TABLE>.......Table - Attributes - align, width, cellspacing, cellpadding, border, height, style
<TR>..........Table row - Attributes - align
<TH>..........Table head
<TD>..........Table column - Attributes - align, border, rowspan, colspan, width
<LI>..........List item - Attributes - type, value - (disc, circle, square)
<OL>..........Ordered list - Attributes - type
<UL>..........Unordered list
<STRIKE>......Strike thru text
Style: inline style - Attributes - text-align, line-height, text-indent, font-family, font-size, padding, padding-top, padding-bottom, padding-left, padding-right, border, border-top, border-bottom, border-left, border-right, margin, margin-top, margin-bottom, margin-left, margin-right, border-width, border-top-width, border-bottom-width, border-left-width, border-right-width, border-top, border-bottom, border-left, border-right, border-color, border-style, height, width, table-layout.