未知类型:{'options': ['[ javascript ]......[ /javascript ]', '[ script ]......[ /script ]', '[ head ]......[ head ]', '[ body ]......[ /body ]'], 'type': 102}
举一反三
- 可以在下列哪个HTML标签中放置javascript代码? 未知类型:{'options': ['[script ]', '[ javascript ]', '[ js ]', '[scripting]'], 'type': 102}
- html> [head] [script type="text/javascript" src="jquery.________"][/] [script type="text/javascript"] $(document).ready(function(){ $("#btn").click(function(){ alert("hello"); }); }); [/] [/] [body] [button ________="btn"]单击我[/] [/] </html
- 用HTML编写一个简单的网页,网页最基本的结构是( )。 未知类型:{'options': ['[html][head]…[/][frame]…[/][/]', '[ html][title]…[/][body]…[/][/]', '<html><title>…</title><frame>…</frame></html>', '<html><head>…</head><body>…</body></html>'], 'type': 102}
- 在HTML中嵌入JavaScript,使用的标记是:() 未知类型:{'options': ['[script][/]', '[head][/]', '[body][/]', '[javaScript/javaScript]'], 'type': 102}
- 在HTML文档头部中嵌入JavaScript,应该使用的标记是() 未知类型:{'options': ['[Body][/]', '[Script][/]', '[Head][/]', '[Js][/]'], 'type': 102}
内容
- 0
在HTML页面上编写JavaScript代码时应编写在()标签之间。 未知类型:{'options': ['[ script][/ script]', '[javascript][/]', '[body][/]', '[form][/]'], 'type': 102}
- 1
在调用外部JavaScript文件(test.js)时,下列写法正确的是? 未知类型:{'options': ['[script src="test.js"]', '[script file="test.js"]', '"test.js"', '[script href="test.js"]'], 'type': 102}
- 2
在JSP中,区分HTML和Java代码的标记是() 未知类型:{'options': ['[//]', '[**]', '[??]', '[%%]'], 'type': 102}
- 3
在HTML页面上添加Javascript代码时,应编写在( )标签中间。 未知类型:{'options': ['[javascript]和[/]', '[script]和[/]', '[js]和[/]', '[link]和[/]'], 'type': 102}
- 4
在HTML页面上添加Javascript代码时,应编写在( )标签中间。 未知类型:{'options': ['[javascript]和[/]', '[script]和[/]', '[js]和[/]', '[link]和[/]'], 'type': 102}