下面关于配置web默认页面index.html的说法中,正确的是( )
A: <welcome-file-lists> <welcome-file>index.html</welcome-file> </welcome-file-lists>
B: <welcome-file-list> <welcome-files>index.html</welcome-files> </welcome-file-list>
C: <welcome-file-lists> <welcome-files>index.html</welcome-files> </welcome-file-lists>
D: <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list>
A: <welcome-file-lists> <welcome-file>index.html</welcome-file> </welcome-file-lists>
B: <welcome-file-list> <welcome-files>index.html</welcome-files> </welcome-file-list>
C: <welcome-file-lists> <welcome-files>index.html</welcome-files> </welcome-file-lists>
D: <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list>
举一反三
- A.<B>Welcome</B>B.<UL>Welcome</UL>C.<I>Welcome</I>D.<H>Welcome</H> A: <B>Welcome</B> B: <UL>Welcome</UL> C: <I>Welcome</I> D: <H>Welcome</H>
- 欢迎到...来: welcame to|welcome|welcome for|welcome to
- 分析下面的HTML代码,该页面在浏览器中的显示效果为()。 A: 从左向右滚动显示“Welcome”! B: 从右向左滚动显示“Welcome”! C: 从上向下滚动显示“Welcome”! D: 从下向上滚动显示“Welcome”!
- 分析下面的HTML代码,该页面在浏览器中的现实效果为()。 A: 从左向右滚动显示"Welcome!" B: 从右向左滚动显示"Welcome!" C: 从上向下滚动显示"Welcome!" D: 从下向上滚动显示"Welcome!"
- 已知: String s = “Welcome”; s += “to”; s.concat( “Java”); System.out.println(s); 则输出为( ) A: Welcome B: Welcome to C: Welcome to Java D: 编译错误