选中herf等于“http://www.baidu.com”的a元素() A: a{color:red} B: a.href=“http://www.baidu.com”{color:red} C: a[href=“http://www.baidu.com”]{color:red} D: a{href=“http://www.baidu.com”}{color:red}
选中herf等于“http://www.baidu.com”的a元素() A: a{color:red} B: a.href=“http://www.baidu.com”{color:red} C: a[href=“http://www.baidu.com”]{color:red} D: a{href=“http://www.baidu.com”}{color:red}
下列哪项不属于设置关键属性( )。 A: a.innerHTML="go to tmooc" B: a.href="http://tmooc.cn"; C: a.href="http://www.baidu.com"; D: a.style.opacity = "1";
下列哪项不属于设置关键属性( )。 A: a.innerHTML="go to tmooc" B: a.href="http://tmooc.cn"; C: a.href="http://www.baidu.com"; D: a.style.opacity = "1";
下列哪项不属于设置关键属性( )。 A: a.innerHTML="go to tmooc" B: a.href="https://tmooc.cn"; C: a.href="https://www.baidu.com"; D: a.style.opacity = "1";
下列哪项不属于设置关键属性( )。 A: a.innerHTML="go to tmooc" B: a.href="https://tmooc.cn"; C: a.href="https://www.baidu.com"; D: a.style.opacity = "1";
下列哪项不属于设置关键属性( )。 A: a.innerHTML="go to tmooc" B: a.href="http://tmooc.cn"; C: a.href="http://www.baidu.com"; D: a.style.opacity = "1";
下列哪项不属于设置关键属性( )。 A: a.innerHTML="go to tmooc" B: a.href="http://tmooc.cn"; C: a.href="http://www.baidu.com"; D: a.style.opacity = "1";
如何制作电子邮件链接?() A: <a href="xxx@yyy"> B: <mail href="xxx@yyy"> C: <a href="mailto:xxx@yyy"> D: <mail>xxx@yyy</mail>
如何制作电子邮件链接?() A: <a href="xxx@yyy"> B: <mail href="xxx@yyy"> C: <a href="mailto:xxx@yyy"> D: <mail>xxx@yyy</mail>
【单选题】选择a元素中以https开头为链接的属性选择器的写法是 A. a[href^="https://"] B. a[href$="https://"] C. a[href*="https://"] D. a[href=="https://"]
【单选题】选择a元素中以https开头为链接的属性选择器的写法是 A. a[href^="https://"] B. a[href$="https://"] C. a[href*="https://"] D. a[href=="https://"]
以下代码哪些的绝对地址() A: a href="http://www.ldzy.com" B: a href="陕财职院/01.html " C: a href="../陕财职院/01.html" D: a href="http://www.baidu.com"
以下代码哪些的绝对地址() A: a href="http://www.ldzy.com" B: a href="陕财职院/01.html " C: a href="../陕财职院/01.html" D: a href="http://www.baidu.com"
表示新开一个窗口的超链接代码是() A: <a href=URL target=_new>..</a> B: <a href=URL target=_self>..</a> C: <a href=URL target=_blank>..</a> D: <a href=URL target=_parent>..</a>
表示新开一个窗口的超链接代码是() A: <a href=URL target=_new>..</a> B: <a href=URL target=_self>..</a> C: <a href=URL target=_blank>..</a> D: <a href=URL target=_parent>..</a>
在本窗口打开超链接的代码是? A: <a href=URL target=_top>..</a> B: <a href=URL target=_parent>..</a> C: <a href=URL target=_blank>..</a> D: <a href=URL target=_self>..</a>
在本窗口打开超链接的代码是? A: <a href=URL target=_top>..</a> B: <a href=URL target=_parent>..</a> C: <a href=URL target=_blank>..</a> D: <a href=URL target=_self>..</a>
表示新开一个标签页的超链接代码是( )。 A: <a href=URL target=_new>..</a> B: <a href=URL target=_self>..</a> C: <a href=URL target=_parent>..</a> D: <a href=URL target=_blank>..</a>
表示新开一个标签页的超链接代码是( )。 A: <a href=URL target=_new>..</a> B: <a href=URL target=_self>..</a> C: <a href=URL target=_parent>..</a> D: <a href=URL target=_blank>..</a>