嘿伙计们,我是网络语言的新手。我只是在尝试 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>
已编辑的链接
<a href="https://www.google.com/">click me.</a> <br><a>
<href="second.html">This will link to the second page</a>