未知类型:{'options': ['[header]', '[title]', '[head]', '[ footer]'], 'type': 102}
举一反三
- 用HTML编写一个简单的网页,网页最基本的结构是( )。 未知类型:{'options': ['[html][head]…[/][frame]…[/][/]', '[ html][title]…[/][body]…[/][/]', '<html><title>…</title><frame>…</frame></html>', '<html><head>…</head><body>…</body></html>'], 'type': 102}
- 不属于HTML文档结构标签的是( ) 未知类型:{'options': ['[html][/]', '[title][/]', '[head][/]', '[body][/]'], 'type': 102}
- 在下面的标签中,( )是HTML5新增的标签 未知类型:{'options': ['[break]', '[header ]', '[head]'], 'type': 102}
- 在HTML页面中,应在( )标记中编写JavaScript代码。 未知类型:{'options': ['[ javascript ]......[ /javascript ]', '[ script ]......[ /script ]', '[ head ]......[ head ]', '[ body ]......[ /body ]'], 'type': 102}
- 下列HTML标记中,页面文件的主体标记对是( )? 未知类型:{'options': ['[ Head]...[/]', '[A href=URL]...[/]', '[Img SRC="File Name"]', '[Body]...[/]'], 'type': 102}
内容
- 0
在下列HTML标记中,能实现给文档命名的是() 未知类型:{'options': ['[body]…[/]', '[head]…[/]', '[name]…[/]', '[title]…[/]'], 'type': 102}
- 1
下面语句中,()将HTML页面的标题设置为“HTML练习” 未知类型:{'options': ['[head] HTML练习[/]', '[title] HTML练习[/]', '[body] HTML练习[/]', '[html] HTML练习[/]'], 'type': 102}
- 2
HTML5的基本结构是( ) 未知类型:{'options': ['[html][body][/][head][/][/]', '[html][head][/][body][/][/]', '[html][head][/][foot][/][/]', '[html][head][title][/][/][/]'], 'type': 102}
- 3
标记符[title]是放在标记符()之间的。 未知类型:{'options': ['[html][/]', '[head][/]', '[body][/]', ''], 'type': 102}
- 4
以下哪个标签不是 HTML 5 的语义化标签() 未知类型:{'options': ['[header][/]', '[section][/]', '[marquee][/]', '[article][/]'], 'type': 102}