• 2022-06-07 问题

    密码输入框和文本输入框样式同时定义时,写法正确的是( ) A: input[type="text"] [type="password"] { } B: input[type="text"],[type="password"] { } C: input([type="text"],[type="password"]) { } D: input(type="text"),(type="password") { }

    密码输入框和文本输入框样式同时定义时,写法正确的是( ) A: input[type="text"] [type="password"] { } B: input[type="text"],[type="password"] { } C: input([type="text"],[type="password"]) { } D: input(type="text"),(type="password") { }

  • 2022-06-08 问题

    邮箱输入框和文本输入框同时定义样式时,写法正确的是( ) A: input[type="text"],[type="email"] { } B: input([type="text"],[type="email"] ){ } C: input[type="text"][type="email"] { } D: input(type="text"),(type="email") { }

    邮箱输入框和文本输入框同时定义样式时,写法正确的是( ) A: input[type="text"],[type="email"] { } B: input([type="text"],[type="email"] ){ } C: input[type="text"][type="email"] { } D: input(type="text"),(type="email") { }

  • 2022-06-08 问题

    下面哪个不是HTML5新增TYPE属性? A: type="email" B: type="url" C: type="number" D: type="clock"

    下面哪个不是HTML5新增TYPE属性? A: type="email" B: type="url" C: type="number" D: type="clock"

  • 2022-06-08 问题

    表单的邮箱输入框和文本输入框同时定义相同的样式时,写法正确的是( ) A: input[type="text"],[type="email"] { } B: input([type="text"],[type="email"] ){ } C: input[type="text"][type="email"] { } D: input(type="text"),(type="email") { }

    表单的邮箱输入框和文本输入框同时定义相同的样式时,写法正确的是( ) A: input[type="text"],[type="email"] { } B: input([type="text"],[type="email"] ){ } C: input[type="text"][type="email"] { } D: input(type="text"),(type="email") { }

  • 2022-06-19 问题

    下列哪一项表示的不是按钮。( ) A: type="submit" B: type="reset" C: type="image" D: type="button"

    下列哪一项表示的不是按钮。( ) A: type="submit" B: type="reset" C: type="image" D: type="button"

  • 2022-06-19 问题

    下列哪个是文件域表单元素正确的写法?( ) A: <input type="file" name="file" /> B: <input type="button" name="btn" /> C: <input type="text" name="text" /> D: <input type="password" name="pwd" />

    下列哪个是文件域表单元素正确的写法?( ) A: <input type="file" name="file" /> B: <input type="button" name="btn" /> C: <input type="text" name="text" /> D: <input type="password" name="pwd" />

  • 2022-05-25 问题

    U盘数据恢复第一步( ) A: 使用WINHEX恢复数据 B: 拷贝U盘的数据到一个IMG镜像文件 C: "Output folder:"是存放恢复后的文件,我们设置成"C:RecoveryDiskU"; D: "Create subfolder for each file type"是为每一种文件类型建立一个子目录,我们选中这个功能;

    U盘数据恢复第一步( ) A: 使用WINHEX恢复数据 B: 拷贝U盘的数据到一个IMG镜像文件 C: "Output folder:"是存放恢复后的文件,我们设置成"C:RecoveryDiskU"; D: "Create subfolder for each file type"是为每一种文件类型建立一个子目录,我们选中这个功能;

  • 2022-06-17 问题

    <icon>是图标组件,以下哪句代码可以实现一个红色、40像素大小的搜索图标?( ) A: <icon type="search" size="40px" color="red"></icon> B: <icon type="discover" size="40" color="red"></icon> C: <icon type="search" size="40" color="red"></icon> D: <icon type="discover" size="40px" color="red"></icon>

    <icon>是图标组件,以下哪句代码可以实现一个红色、40像素大小的搜索图标?( ) A: <icon type="search" size="40px" color="red"></icon> B: <icon type="discover" size="40" color="red"></icon> C: <icon type="search" size="40" color="red"></icon> D: <icon type="discover" size="40px" color="red"></icon>

  • 2022-06-19 问题

    点击页面的按钮,使之打开一个新窗口,加载一个网页,以下JavaScript代码中可行的是( )。 A: <input type="button" value="new" onclick="window.location='new.html';"/> B: <input type="button" value="new" onclick=" location.assign('new.html');"/> C: <form target="_blank" action="new.html"> <input type="submit" value="new"/> </form> D: <input type="button" value="new" onclick="open('new.html', '_blank') "/>

    点击页面的按钮,使之打开一个新窗口,加载一个网页,以下JavaScript代码中可行的是( )。 A: <input type="button" value="new" onclick="window.location='new.html';"/> B: <input type="button" value="new" onclick=" location.assign('new.html');"/> C: <form target="_blank" action="new.html"> <input type="submit" value="new"/> </form> D: <input type="button" value="new" onclick="open('new.html', '_blank') "/>

  • 2022-06-07 问题

    在HTML文件中导入一个样式表的正确语法为___________ A: <link src="c.css" rel="stylesheet" type="text/css"> B: <input href="c.css" rel="stylesheet" type="text/css"> C: <import href="c.css" rel="stylesheet" type="text/css"> D: <link href="c.css" rel="stylesheet" type="text/css">

    在HTML文件中导入一个样式表的正确语法为___________ A: <link src="c.css" rel="stylesheet" type="text/css"> B: <input href="c.css" rel="stylesheet" type="text/css"> C: <import href="c.css" rel="stylesheet" type="text/css"> D: <link href="c.css" rel="stylesheet" type="text/css">

  • 1 2 3 4 5 6 7 8 9 10