To Miss Bean the most important thing for a student is to ________.
A. pay close attention to what the teacher says
B. learn to think and have one’s own idea
C. keep silent and unnoticed in class
D. get special attention from the teacher
第1题:
下面关于CSS样式优先级,正确的是
A.!important > id > class > tag
B.id> !important > class > tag
C.!important > tag > class > id
D.tag> id > class > !important
第2题:
提升选择器样式重要性的代码正确的是()
A..green{ color:green!important; }
B..green{ !important color:green; }
C..green!important{ color:green!important; }
D..green{ color:green; }!important;
第3题:
在项目中已经建立了一个 JavaBean 该类为:bean.Student,给 bean 具有 name 属性,则下面标签用法正确的是:()
A.<jsp:useBeanid="student" scope="session"></jsp:useBean>
B.<jsp:useBeanid="student" scope="session">hello student!</jsp:useBean>
C.<jsp:useBeanid="student" class="bean.Student" scope="session"> hello student!</jsp:useBean>
D.<jsp:getProperty name="name" property="student"/>
第4题:
【单选题】9、在项目中已经建立了一个JavaBean,其类为bean.Student,该Bean具有name属性,则下面标签用法正确的是()。
A.<jsp:useBean id="student" class="Student" scope="session"></jsp:useBean>
B.<jsp:useBean id="student" class="bean.Student" scope="session"> </jsp useBean>
C.<jsp:useBean id="student" class="Student" scope="session"/>
D.<jsp:getProperty name="name" property="student"/>
第5题:
在项目中已经建立了一个JavaBean,其类为bean.Student,该Bean具有name属性,则下面标签用法正确的是()。
A.<jsp:useBean id=”student” class=”Student” scope=”session”></jsp:useBean>
B.<jsp:useBean id=”student” class=”Student” scope=”session”/>
C.<jsp:useBean id=”student” class=”bean.student” scope=”session”></jsp:useBean>
D.<jsp:getProperty name=”name” property=”student”/>
第6题:
CSS优先级说法正确的是?
A.!important > id > class > tag
B.!important < id < class < tag
C.!important>class>id>tag
D.!important>tag>id>class