单项选择题
()属性指定字体为:正常、斜体和偏斜体。
A.font-style
B.font-family
C.line-height
D.font-designer-sight
点击查看答案
相关考题
-
单项选择题
要想使DIV的一列固定宽度且居中,应该设置CSS的哪个属性?()
A.border:center;
B.width:center;
C.margin:0auto;
D.以上都不对 -
单项选择题
要使列表菜单变成横向的,关键是下面哪句代码?()
A.#menu ul{list-style:none;margin:0px;padding:0px;}
B.#menu ul li{float:left;}
C.#menu ul li a{display:block;padding:0px 8px;height:26px;line-height:26px;}
D.#menu ul li a:hover{background:#333;color:#fff;} -
单项选择题
当列表框中有多个列表项时,如果用户希望同时查看到3行,下列描述正确的是()。
A.<Select name="content"maxlength="3">……</select>
B.<Select name="content"height="3">……</select>
C.<Select name="content"size="3">……</select>
D.<Select name="content"width="3">……</select>
