3、在本地站点中有如下两文件 G:\site\other\index.html G:\site\web\article\01.html index.htm要想链接到01.html这个文件,正确的链接路径应该是:

题目内容(请给出正确答案)

3、在本地站点中有如下两文件 G:\site\other\index.html G:\site\web\article\01.html index.htm要想链接到01.html这个文件,正确的链接路径应该是:

A.href=“01.html”

B.href=“web/article/01.html”

C.href=“../web/article/01.html”

D.href=“../../web/article/01.html”

参考答案和解析
href=“../web/article/01.html”
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题