A: <ahref="javascrpt:history.go(-1) ">返回</a>
B: <ahref="javascrpt:location.back()">返回</a>
C: <ahref="javascrpt:location.go(-1)">返回</a>
D: <ahref="javascrpt:history.forward()">返回</a>
举一反三
- 图像文件名为myhome.jpg,要访问目标网站为http://www.edu.cn,以下创建一个以图像为链源的超链接正确的是()。 A: <ahref=”http://www.edu.cn”>myhome.jpg</a> B: <ahref=”http://www.edu.cn”><imgsrc=”myhome.jpg”> C: <imgsrc=”myhome.jpg”><ahref=”http://www.edu.cn”></a> D: <ahref=”http://www.edu.cn”><imgsrc=”myhome.jpg”></a>
- 链接基本语法是() A: <a goto="URL"> ... </a> B: <a="URL"> ... </a> C: <a link="URL"> ... </a> D: <a href="URL"> ... </a>
- 设A={0,a},B={1,a,3},则A∪B的恒等关系是() A: {<0,0><1,1>,<3,3>,<a,a>} B: {<0,0>,<1,1>,<3,3>} C: {<1,1>,<a,a>,<3,3>} D: {<0,1>,<1,a>,<a,3>,<3,0>}
- 下列选项所表示的“返回”超链接中,能实现IE工具栏中“后退”按钮功能的是()。 A: "javascrpt:history.go(-1)">返回 B: "javascrpt:location.back()">返回 C: "javascrpt:history.forward()">返回 D: "javascrpt:location.go(-1)">返回
- 超级链接的基础语法是:() A: <a goto="URL"></a> B: <a herf="URL"></a> C: <a link="URL"></a> D: <a href="URL"></a>
内容
- 0
页面中需要增加链接,正确的HTML代码是______。 A: <a href=”http://www.baidu.cm”>百度</a> B: <a name=”http://www.baidu.cm”>百度</a> C: <a> http://www.baidu.cm </a> D: <a url=”http://www.baidu.cm”>百度</a>
- 1
下列选项所表示的“返回”超链接中,能实现IE工具栏中“后退”按钮功能的是()。 A: <;a href="javascrpt:history.go(-1) ">;返回<;/a>; B: <;a href="javascrpt:location.back()">;返回<;/a>; C: <;a href="javascrpt:location.go(-1) ">;返回<;/a>; D: <;a href="javascrpt:history.forward()">;返回<;/a>;
- 2
下面程序段执行完毕,我们在浏览器中看到的内容是什么?() A: B: sponse.Write"<ahref='http://www.sina.com.cn'>新浪</a>" C: D: 新浪 E: <ahref='http://www.sina.com.cn'>新浪</a> F: 新浪 G: 该句有错,什么也不显示
- 3
关于创建锚点链接的代码,下列书写正确的是()。 A: <a href=" B: one">链接文本</a>………<h3 id="one">锚点链接 </h3> C: <a href=" D: id">链接文本</a>………<h3 id="one">锚点链接 </h3> E: <a href=" F: ">链接文本</a>………<h3 id="one">锚点链接 </h3> G: <a href=" H: one">链接文本</a>………<h3 id=" I: one">锚点链接 </h3>
- 4
下列的 HTML中,哪个()可以产生超链接? A: <a url="https://www.jb51.net">脚本之家</a> B: <a href=" https://www.jb51.net ">脚本之家</a> C: <a>http:// https://www.jb51.net </a> D: <a name=" https://www.jb51.net "> www.jb51.net </a>