A. 内联样式 > !important B. 内部样式 > 外部样式> !important C. !important >内联样式 >内部样式 > 外部样式 D. 以上都不正确
A. <table border=" "> B. <table cellspacing=" "> C. <table cellpadding=" "> D. <table width=" ">
A. font-family B. font-color C. color D. font
A. 页面加载后,浏览器将自动聚焦到user_name字段 B. 都不正确 C. 表单加载时创建一个text字段 D. 加载一个text表单
A. 百分比单位始终根据父元素相应值来计算 B. vw、vh、em、rem都是相对单位 C. 90deg表示顺时针旋转90度 D. 1s=1000ms
A. ul B. dl C. li D. ol
A. display: inline B. display: none C. display: block D. display: inheric
A. <a src="http://www.sina.com.cn">新浪</a> B. <a src="www.sina.com.cn"target="_blank">新浪</a> C. <a src="http://www.sina.com.cn"target="_blank">新浪</a> D. <a href="http://www.sina.com.cn">新浪</a>
A. position: absolute B. position: relative C. position: flexed D. position: static
A. 边距margin只能取一个值 B. margin属性的参数有margin-left、margin-right、margin-top、margin-bottom C. margin属性的值不可为auto D. margin属性的参数值不能全部设置为0px