text-align的属性值可以是()
A: top
B: bottom
C: center
D: left
A: top
B: bottom
C: center
D: left
举一反三
- 在标记中,其align属性值可以是()。 A: left B: bottom C: center D: up
- 标记中align的属性值有以下哪几个? A: left B: right C: center D: top E: middle F: bottom
- 通过使用ALIGN和VALIGN属性,可以以不同方式在单元中对齐表格元素。下面()值是ALIGN属性的可能值。 A: LEFT B: RIGHT C: BOTTOM D: TOP E: CENTER
- 下列关于transform-origin属性说法错误的有: A: 值为top left | left top 时,等价于 0 0 B: 值为left | left center | center left时, 等价于50% 0 C: 值为right | right center | center right 时,等价于 100% 50% D: 值为bottom | bottom center | center bottom 时,等价于100% 50%
- 下面代码中,()是将文字置于左上角。 A: text-align:left; vertical-align:top; B: text-align:top; vertical-align:left; C: text-align:left; vertical-align:bottom; D: text-align:bottom; vertical-align:left;