大家好,我是网络语言的新手。我只是在尝试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>
答案 0 :(得分:0)
编辑链接
<a href="https://www.google.com/">click me.</a> <br><a>
<href="second.html">This will link to the second page</a>