为了标识一个 HTML文件,应该使用的 HTML标记是 ______。
A、<p></p>
B、<head></head>
C、<html></html>
D、<form></form>
在 JavaScript 中,增加单行注释的选项是 _________。
A、//Thisisacomment
B、'Thisisacomment
C、
D、--Thisisacomment
在下列的 HTML中,哪个是最大的标题 ?______
A、<h6>
B、<head>
C、<heading>
D、<hl>
使用 JavaScript 语言中 Document的( )方法可以在页面上输出字符。
A、documentwrite()
B、documentprint()
C、documentout()
D、documentflush()
网页重定向功能可以有内置对象 ( )的方法 Redirect 实现。
A、Server
B、Response
C、Request
D、Application