collapse
collapse
相关考题:
marywouldliketodisplayacollapsedsectiononhervideocatalogform,shehascreatedasectionbuywhenshedisplaytheformintheclientthesectionalwaysopensexpanded.which oneofthefollowingshouldmarydotocollapsethesection?()A.nothing.SectionsalwaysopenexpandedB.modifythesectiondefaultpropertiestocollapsedC.modifytheformpropentiestodisplayallsectionscollapsedD.modifythesectionopenedforreadingpropertytoauto-collapse
1、设置表格显示为单线条边框使用哪个样式属性A.border-collapse:collapse;B.text-decoration:none;C.border:solid 1px;D.border-style:solid;
如何设置CSS,使网页中的表格显示为单线边框A.tr{border-collapse:collapse;}B.table{border-collapse:collapse;}C.table{border:1px;}D.table{border-width:0px;}
以下关于表格的说法中,正确的是()A.表格是块级元素,水平居中使用CSS的width属性和margin:0 autoB.表格内外边框可以通过border-collapse:collapse设置成细线框显示C.表格标题caption可以通过display:none隐藏D.设置tr的行高和设置该行任一td的行高效果相同
如需实现表格中的隔行换色,需采用那些选择器制作?A.nth-of-type(even)B.nth-of-type(odd)C.nth-child(n+2)D.border-collapse: collapse
在表格中,如需制作细线表格,需采用以下那个属性?A.border-collapse: collapseB.border: 1px solid #000000C.white-space:nowrapD.display: block