多项选择题在Html开发中,属于文字属性的是()

A.font-size
B.line-height
C.font-family
D.font-weight


您可能感兴趣的试卷

你可能感兴趣的试题

1.多项选择题在Html开发中,,想让一个页面上的p标签隐藏掉,应该用何种方法?()

A.display:none
B.visibility:hidden;
C.overflow:none
D.overflow:hidden

2.多项选择题在Html开发中,网页中的无序列表默认是实心圆,想要让实心圆不显示,应该用什么属性来实现()

A.ulli{list-style:none}
B.ulli{list-style-type:none}
C.ulli{list-style:disc}
D.ulli{list-style-type:disc}

3.多项选择题在Html开发中,flex布局中的元素称为()和()?

A.盒子
B.项目
C.容器
D.属性

4.多项选择题在Html开发中,align-items的值有()

A.flex-start
B.flex-end
C.center
D.space-around

5.多项选择题在Html开发中,下列属于flex-direction属性值的是()

A.row
B.row-reverse
C.column
D.column-reverse

6.多项选择题在Html开发中,以下哪些属性是容器的属性()

A.flex-direction
B.flex-order
C.justify-content
D.flex-grow

8.多项选择题在Html开发中,表示浮动float的属性值有()

A.right
B.none
C.get
D.left

9.多项选择题在Html开发中,以下哪些标签属于表格标签?()

A、<table></table>
B、<tr></tr>
C、<td></td>
D、<title></title>

10.多项选择题在Html开发中,表示可以显示颜色的方式有三种,分别是:()

A.英文单词redgreen
B.Rgb模式:rgb(红色值,绿色值,蓝色值)
C.Hex模式:#fff
D.CMYK模式