• 2022-10-25 问题

    正确描述创建一个段落的句法是( )。 未知类型:{'options': ['[P]Paragraph Text[/]', '[L]Paragraph Text[/]', '[PR]Paragraph Text[/]', '[PRG]Paragraph Text[/]'], 'type': 102}

    正确描述创建一个段落的句法是( )。 未知类型:{'options': ['[P]Paragraph Text[/]', '[L]Paragraph Text[/]', '[PR]Paragraph Text[/]', '[PRG]Paragraph Text[/]'], 'type': 102}

  • 2022-06-08 问题

    下面代码的输出结果是______text="good luck!"s = lambda x: text&#91;x&#93;.upper()text=s(0)+text&#91;1:5&#93;+s(5)+text&#91;6:&#93;print(text) A: Good Luck! B: GL C: good luck! D: GOOD<br/>LUCK!

    下面代码的输出结果是______text="good luck!"s = lambda x: text&#91;x&#93;.upper()text=s(0)+text&#91;1:5&#93;+s(5)+text&#91;6:&#93;print(text) A: Good Luck! B: GL C: good luck! D: GOOD<br/>LUCK!

  • 2022-05-31 问题

    若有:text='python程序设计和C程序设计',则执行语句aa=text&#91;:6&#93; + text&#91;11:&#93;.replace('程序设计','语言')后,aa的值为:____ A: 'python语言和C语言 ' B: 'pythoC' C: 'python语言和C程序设计' D: 'pythonC语言'

    若有:text='python程序设计和C程序设计',则执行语句aa=text&#91;:6&#93; + text&#91;11:&#93;.replace('程序设计','语言')后,aa的值为:____ A: 'python语言和C语言 ' B: 'pythoC' C: 'python语言和C程序设计' D: 'pythonC语言'

  • 2022-06-30 问题

    在XML文档中加入样式单处理指令,下面语法正确的是( )。 未知类型:{'options': ['&#91;xml-stylesheet type="text/css" href="stylesheetURL" &#93;', '&#91;?xml-stylesheet type="text/css" href="stylesheetURL" ?&#93;', '&#91;?xml-stylesheet type="text/css" href="stylesheetURL" &#93;', '&#91;?xml-stylesheet type="text/css" href="stylesheetURL" /&#93;'], 'type': 102}

    在XML文档中加入样式单处理指令,下面语法正确的是( )。 未知类型:{'options': ['&#91;xml-stylesheet type="text/css" href="stylesheetURL" &#93;', '&#91;?xml-stylesheet type="text/css" href="stylesheetURL" ?&#93;', '&#91;?xml-stylesheet type="text/css" href="stylesheetURL" &#93;', '&#91;?xml-stylesheet type="text/css" href="stylesheetURL" /&#93;'], 'type': 102}

  • 2022-06-16 问题

    html> &#91;head&#93; &#91;script type="text/javascript" src="jquery.________"&#93;&#91;/&#93; &#91;script type="text/javascript"&#93; $(document).ready(function(){ $("#btn").click(function(){ alert("hello"); }); }); &#91;/&#93; &#91;/&#93; &#91;body&#93; &#91;button ________="btn"&#93;单击我&#91;/&#93; &#91;/&#93; </html

    html> &#91;head&#93; &#91;script type="text/javascript" src="jquery.________"&#93;&#91;/&#93; &#91;script type="text/javascript"&#93; $(document).ready(function(){ $("#btn").click(function(){ alert("hello"); }); }); &#91;/&#93; &#91;/&#93; &#91;body&#93; &#91;button ________="btn"&#93;单击我&#91;/&#93; &#91;/&#93; </html

  • 2022-06-01 问题

    在HTML中,要想输入多行文本,应使用的标记是() 未知类型:{'options': ['&#91;inputtype=text…&#93;', '&#91;inputtype=textarea…&#93;', '&#91;text…&#93;', '&#91;textarea…&#93;'], 'type': 102}

    在HTML中,要想输入多行文本,应使用的标记是() 未知类型:{'options': ['&#91;inputtype=text…&#93;', '&#91;inputtype=textarea…&#93;', '&#91;text…&#93;', '&#91;textarea…&#93;'], 'type': 102}

  • 2022-05-31 问题

    下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:&#91;p id="firstp"&#93;这是第一个段落 以下关于样式规则定义正确的是( )。‍ 未知类型:{'options': ['&#91;style type="text/css"&#93; p{color:red}&#91;/&#93;', '&#91;style type="text/css"&#93;', 'firstp {color:red}</style>', '&#91;style type="text/css"&#93; .firstp {color:red}&#91;/&#93;', '&#91;style type="text/css"&#93; p.firstp {color:red}&#91;/&#93;'], 'type': 102}

    下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:&#91;p id="firstp"&#93;这是第一个段落 以下关于样式规则定义正确的是( )。‍ 未知类型:{'options': ['&#91;style type="text/css"&#93; p{color:red}&#91;/&#93;', '&#91;style type="text/css"&#93;', 'firstp {color:red}</style>', '&#91;style type="text/css"&#93; .firstp {color:red}&#91;/&#93;', '&#91;style type="text/css"&#93; p.firstp {color:red}&#91;/&#93;'], 'type': 102}

  • 2022-06-06 问题

    &#91;label for=”()”&#93;会员账号:&#91;/&#93;&#91;input type=”text” name=”username” id=”user”&#93;上面代码中,会员账号是文本框的标签。 A: input B: text C: username D: user

    &#91;label for=”()”&#93;会员账号:&#91;/&#93;&#91;input type=”text” name=”username” id=”user”&#93;上面代码中,会员账号是文本框的标签。 A: input B: text C: username D: user

  • 2022-06-17 问题

    在vim中,下列哪些命令不能用来在光标前插入文本。( )(其中,&#91;text&#93;表示光标后的文本) A: p [text] B: a [text] C: i [text] D: o [text]

    在vim中,下列哪些命令不能用来在光标前插入文本。( )(其中,&#91;text&#93;表示光标后的文本) A: p [text] B: a [text] C: i [text] D: o [text]

  • 2022-06-30 问题

    在HTML页面中,调用外部样式表的正确格式是 未知类型:{'options': ['&#91;link rel="stylesheet" type="text/css" href="外部样式表地址" /&#93;', '&#91;style rel="stylesheet" type="text/css" link="外部样式表地址" /&#93;', '&#91;style rel="stylesheet" type="text/css" href="外部样式表地址" /&#93;', '&#91;link rel="stylesheet" type="text/css" style="外部样式表地址" /&#93;'], 'type': 102}

    在HTML页面中,调用外部样式表的正确格式是 未知类型:{'options': ['&#91;link rel="stylesheet" type="text/css" href="外部样式表地址" /&#93;', '&#91;style rel="stylesheet" type="text/css" link="外部样式表地址" /&#93;', '&#91;style rel="stylesheet" type="text/css" href="外部样式表地址" /&#93;', '&#91;link rel="stylesheet" type="text/css" style="外部样式表地址" /&#93;'], 'type': 102}

  • 1 2 3 4 5 6 7 8 9 10