CSS 和 HTML 标识转换表

下表所列的 CSS 属性可以通过 File > Convert > 3.0 Browser Compatible 命令转换成 HTML 标识。(参阅 将层叠样式表 (CSS) 转换为 HTML 标识。) 不在此表列出的属性在转换的时候将被删除。
CSS attribute (CSS 属性) 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

OL 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