判断题目前,最常用的页面布局技术是框架布局技术。()

您可能感兴趣的试卷

你可能感兴趣的试题

8.单项选择题以下选项,用来设置背景图像URL的样式属性是()。

A.background-image
B.background-repeat
C.background-position
D.background-url

9.单项选择题css中body{ padding-left:20px;}表示()。

A.页面左边的表格大小
B.页面左边的空白大小
C.页面左边的可用区域大小
D.页面左边的可编辑区域大小

10.单项选择题以下代码片断中,属于绝对定位的是()。

A.#box{width:100px;height:50px;}
B.#box{width:100px;height:50px; position:absolute;}
C.#box{width:100px;height:50px; position:static;}
D.#box{width:100px;height:50px; position:relative;}