Which of the following would be the best title of the test?
[A] Novelty as an Engine of Scientific Development.
[B]Collective Scrutiny in Scientific Discovery.
[C] Evolution of Credibility in Doing Science.
[D]Challenge to Credibility at the Gate to Science.
第1题:
A. followed,followed
B. followed,following
C. following,followed
D. following,following
第2题:
下面选项中关于HTML语法格式描述正确的是( )。
A.<html> <head> <title>…</title> </head> <body> ? </body> </html>
B.<html> <head> <title>…</title> <body> ? </body> </html> </head>
C.<head> <html> <title>…</title> <body> ? </body> </html> </head>
D.<html> <title>…</title> <head> </head> <body> ? </body> </html>
第3题:
以下哪一项是一个HTML元素:
A.<title>
B.<title>欢迎来到课程首页</title>
C.<title></title>
D.</title>
第4题:
A.<title>${titleStr}</title>
B.<title>${initParam.titleStr}</title>
C.<title>${params[0].titleStr}</title>
D.<title>${paramValues.titleStr}</title>
E.<title>${initParam[’titleStr’]}</title>
第5题:
下图是HTML文件test.html在IE中的显示效果,实现图中①处效果的HTML语句是(1),实现图中②处效果的HTML语句是(2),实现图中③处效果的HTML语句是(3)。

(1)
A.<TITLE>我的主页</TITLE>
B.<HEAD>我的主页</HEAD>
C.<BODY>我的主页</BODY>
D.<H1>我的主页</H1>
第6题:
2、以下哪一项是一个HTML元素:
A.<title>
B.<title>欢迎来到课程首页</title>
C.<title></title>
D.</title>