多项选择题在Html开发中,在下列html元素中,属于块级元素的有()

A.table
B.p
C.form
D.span


您可能感兴趣的试卷

你可能感兴趣的试题

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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