CSS to HTML markup conversion table

The CSS attributes listed in the following table are converted to HTML markup with the Convert to 3.0 Browser Compatible option. Attributes not listed in the table are removed. See Converting CSS styles to HTML markup.

CSS attribute Converted to

color

FONT COLOR

font-family

FONT FACE

font-size

FONT SIZE="[1-7]"

font-style: oblique

I

font-style: italic

I

font-weight

B

list-style-type: square

UL TYPE="square"

list-style-type: circle

UL TYPE="circle"

list-style-type: disc

UL TYPE="disc"

list-style-type: upper-roman

UL TYPE="I"

list-style-type: lower-roman

OL TYPE="i"

list-style-type: upper-alpha

OL TYPE="A"

list-style-type: lower-alpha

OL TYPE="a"

list-style

UL or OL with TYPE as appropriate

text-align

P ALIGN or DIV ALIGN as appropriate

text-decoration: underline

U

text-decoration: line-through

STRIKE