下面的HTML语句,哪些语法是正确的。
未知类型:{'options': ['[input type=checkbox /]', '这是段落[span]内部文本[/]', '[h1 align=center]标题1文本[/]', '这是超链接'], 'type': 102}
未知类型:{'options': ['[input type=checkbox /]', '这是段落[span]内部文本[/]', '[h1 align=center]标题1文本[/]', '这是超链接'], 'type': 102}
举一反三
- 以下哪些是[a]的正确写法() 未知类型:{'options': ['[a href=”xxx.xlsx”]链接[/]', '<a href=”', '”>链接</a>', '[a href=” zs@163.com”]链接[/]', '[a href=”javascript:;”]链接[/]'], 'type': 102}
- 以下哪些是[a]的正确写法() 未知类型:{'options': ['[a href=”xxx.rar”]链接[/]', '[a href=”index.html”]链接[/]', '[a href=”http://www.baidu.com”]链接[/]', '[a href=”xxx.jpg”]链接[/]'], 'type': 102}
- 段落标记的基本语法格式是( ) 未知类型:{'options': ['[html]段落文本[/]', '', '[title]段落文本[/]', '段落文本'], 'type': 102}
- 超链接基本语法是: 未知类型:{'options': ['[a goto="URL"] ... [/]', '[a herf="URL"] ... [/]', '[a link="URL"] ... [/]', '[a href="URL"] ... [/]'], 'type': 102}
- 增加表单的复选框的HTML代码是( )。 未知类型:{'options': ['[input type="submit"]', '[input type= "image"]', '[input type="text"]', '[input type="checkbox"]'], 'type': 102}