未知类型:{'options': ['[P]Paragraph Text[/]', '[L]Paragraph Text[/]', '[PR]Paragraph Text[/]', '[PRG]Paragraph Text[/]'], 'type': 102}
举一反三
- 在HTML中,要想输入多行文本,应使用的标记是() 未知类型:{'options': ['[inputtype=text…]', '[inputtype=textarea…]', '[text…]', '[textarea…]'], 'type': 102}
- 下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:[p id="firstp"]这是第一个段落 以下关于样式规则定义正确的是( )。 未知类型:{'options': ['[style type="text/css"] p{color:red}[/]', '[style type="text/css"]', 'firstp {color:red}</style>', '[style type="text/css"] .firstp {color:red}[/]', '[style type="text/css"] p.firstp {color:red}[/]'], '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]…..[/]', '[BODY]…..[/]', '[P]…[/]'], 'type': 102}
- 用来输入密码的表单域是( )。 未知类型:{'options': ['[input type=”text” …….]', '[input type=”reset” …….]', '[input type=”password” …….]', '[input type=”submit” …….]'], 'type': 102}
内容
- 0
5.HTML语言中,设置背景颜色的代码是( )? 未知类型:{'options': ['[body bgcolor=?]', '[body text=?]', '[body link=?]', '[body vlink=?]'], 'type': 102}
- 1
在XML文档中加入样式单处理指令,下面语法正确的是( )。 未知类型:{'options': ['[xml-stylesheet type="text/css" href="stylesheetURL" ]', '[?xml-stylesheet type="text/css" href="stylesheetURL" ?]', '[?xml-stylesheet type="text/css" href="stylesheetURL" ]', '[?xml-stylesheet type="text/css" href="stylesheetURL" /]'], 'type': 102}
- 2
增加表单的复选框的HTML代码是( )。 未知类型:{'options': ['[input type="submit"]', '[input type= "image"]', '[input type="text"]', '[input type="checkbox"]'], 'type': 102}
- 3
如果要在表单中创建一个普通文本框,以下写法中的正确的是( )。 未知类型:{'options': ['[input type="text"]', '[input type="password"]', '[input type="checkbox"]', '[input type="radio"]'], 'type': 102}
- 4
对某班学生进行分组,如表2-1所示,则该统计表是( )。 表2-1 未知类型:{'options': ['分组', '人数(人)', '[P]男[/][P]20岁以下[/][P]20岁以上[/][P]女[/][P]20岁以下[/][P]20岁以上[/][P][/]', '[P align=center]30[/][P align=center]18[/][P align=center]12[/][P align=center]20[/][P align=center]13[/][P align=center]7[/]'], 'type': 102}