Which of the following is the best title for this text?
A.The Middle Class on the Alert
B.The Middle Class on the Cliff
C.The Middle Class in Conflict
D.The Middle Class in Ruins
第1题:
下面的代码实现一个简单的Applet: import java.applet.Applet; import java.awt.*; public class Sample extends Applet { private String text="Hello World"; public void init() { add(new Label(text)); } public Sample(String string) { text=string; } } 通过下面的HTML文件访问: <html> <title>Sample Applet</title> <body> <applet code="Sample.class"width=200 height=200></applet> </body> </html> 当编译和运行该小程序时会出现什么结果,请选择正确的答案。( )
A.将会出现“Hello World"
B.将会产生一个运行时错误
C.什么都没有
D.产生一个编译时错误
第2题:
14、与正则表达式“<[^"]*?>”匹配的字符串包括()。
A.<h1>
B.<h1 class='Title'>
C.<h1 class="Title">
D.<>
第3题:
3、使得一个层中的文字在页面水平居中显示,可设置属性()
A.text-align:center;
B.text-valign:middle;
C.line-height:center;
D.font-family:middle;
第4题:
下面哪个样式设置可以使导航层文字在导航层中垂直方向也能居中显示
A.#nav{line-height:32px;height:32px;}
B.#nav{line-height:32px;text-vertical;middle;}
C.#nav{ text-vertical;middle;height:32px;}
D.#nav{ text-vertical;middle;}
第5题:
2、下面哪个样式设置可以使导航层文字在导航层中垂直方向也能居中显示
A.#nav{line-height:32px;height:32px;}
B.#nav{line-height:32px;text-vertical;middle;}
C.#nav{ text-vertical;middle;height:32px;}
D.#nav{ text-vertical;middle;}
第6题:
在bootstrap中,以下的()不是文本对其的方式。
A.text-justify
B..text-righ
C..text-left
D..text-middle