A: <a href="([^"]*)"[^>*]>
B: (?is)<as[^>*]href="([^"]*)"[^>*]>
C: <as[^>*]href="([^"]*)"[^>*]>
D: <as[^>*]href="([^"]*)">
举一反三
- 下面那个HTML代码,可以实现在新窗口打开超链接( ) A: <a href="url" new> B: <a href="url" target="_blank"> C: <a href="url" target="window"> D: <a href="url" target="new">
- 下面哪种写法可以链接到百度网页? 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>
- 如何制作电子邮件链接()。 A: <a href="xxx@yyy"> B: <mail href="xxx@yyy"> C: <a href="mailto:xxx@yyy"> D: <mail>xxx@yyy</mail>
- 在XML文档中加入样式单处理指令,下面语法正确的是( )。 A: <xml-stylesheet type="text/css" href="stylesheetURL" > B: <?xml-stylesheet type="text/css" href="stylesheetURL" ?> C: <?xml-stylesheet type="text/css" href="stylesheetURL" > D: <?xml-stylesheet type="text/css" href="stylesheetURL" />
- 下列哪个能够制作电子邮件链接?( )。 A: <a href="xxx@yyy"> B: <mail href="xxx@yyy"> C: <a href="mailto:xxx@yyy"> D: <mail>xxx@yyy</mail>
内容
- 0
如何设置链接目标才能每次都在新窗口打开链接页面? A: <a href="url" new>首页</a> B: <a href="url" target="_blank">首页</a> C: <a href="url" target="new">首页</a> D: <a href="url" target="self">首页</a>
- 1
在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">
- 2
在网站根目录下的CSS文件夹中有一个命名为layout.css的样式文件,则在根目录下的网页文件引用方式为 A: <link href="layout.css" rel="stylesheet" type="text/css" /> B: <link href="CSS/layout.css" rel="stylesheet" type="text/css" /> C: <link href="CSS/layout.css" rel="stylesheet" /> D: <link href="layout.css" rel="stylesheet" />
- 3
下列的 HTML 中,可以产生超链接的是______。 A: < a href="http:// www.kmust.edu.cn " >昆明理工大学< /a > B: < a url="http://www.kmust.edu.cn" >昆明理工大学< /a > C: < a >http:// www.kmust.edu.cn < /a > D: < a name="http:// www.kmust.edu.cn " >昆明理工大学< /a >
- 4
超级链接的基础语法是:() A: <a goto="URL"></a> B: <a herf="URL"></a> C: <a link="URL"></a> D: <a href="URL"></a>