xhtml链接无法打开,并且找不到文件

时间:2018-10-06 01:04:18

标签: xhtml anchor

大家好,我是网络语言的新手。我只是在尝试xhtml的链接语法,然后一切都显得很平滑,直到我单击链接,它告诉我找不到我的文件(无论是移动还是删除)。这确实很基本,但是我一字不漏地检查语法是否正确,并且互联网上没有任何答案希望有人可以提供帮助。

<!doctype html>
<html>
  <head>
    <title>This is title</title>
  </head>
  <body>
    <a href=="https://www.google.com/">click me.</a>
    <br>
    <a href=="second.html">This will link to the second page</a>
  </body>
</html>

1 个答案:

答案 0 :(得分:0)

编辑链接

<a href="https://www.google.com/">click me.</a> <br><a>
<href="second.html">This will link to the second page</a>