以下代码片断中,属于静态定位的是()。
A、#bb{width:100px;position:relative}
B、#bb{width:100px;position:static}
C、#bb{width:100px;}
D、#bb{width:100px;position:absolute}
A、#bb{width:100px;position:relative}
B、#bb{width:100px;position:static}
C、#bb{width:100px;}
D、#bb{width:100px;position:absolute}
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;}
A、静态网页服务器端返回的HTML文件是事先存储好的 B、动态网页服务器端返回的HTML文件是程序生成 C、静态网页文件里只有HTML标记,没有程序代码 D、动态网页中只有程序,不能有HTML代码