在HTML页面中,应在( )标记中编写JavaScript代码。
未知类型:{'options': ['[ javascript ]......[ /javascript ]', '[ script ]......[ /script ]', '[ head ]......[ head ]', '[ body ]......[ /body ]'], 'type': 102}
未知类型:{'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}