下列哪项不属于设置关键属性( )。
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";
举一反三
- 在下列的HTML中,能够使被链接的页面在新窗口打开的是( )。? <a href="http://www.sina.com.cn";target="_top" >新浪网</a>|<a href="http://www.sina.com.cn";target="_self">新浪网</a>|<a href="http://www.sina.com.cn";target="_blank">新浪网</a>|<a href="http://www.sina.com.cn";target="_parent">新浪网</a>
- 下列哪项不属于设置关键属性( )。 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="百度">百度</a> B: <a href="baidu.com" target="new">百度</a> C: <a href="http://baidu.com" target="new">百度</a> D: <a href="hhtp://www.baidu.com" target="new">百度</a>
- 对于HTML页面,在a开始标签中匹配href属性内容的最合理的正则表达式是什么?假设href属性内容使用双引号包围,需要将匹配内容放到第一个匹配组中。 A: <a href="([^"]*)"[^>*]> B: (?is)<as[^>*]href="([^"]*)"[^>*]> C: <as[^>*]href="([^"]*)"[^>*]> D: <as[^>*]href="([^"]*)">
- 在HTML页面中,调用外部样式表的正确格式是 A: <link rel="stylesheet" type="text/css" href="外部样式表地址" /> B: <style rel="stylesheet" type="text/css" link="外部样式表地址" /> C: <style rel="stylesheet" type="text/css" href="外部样式表地址" /> D: <link rel="stylesheet" type="text/css" style="外部样式表地址" />