HTML link 工作不正常
HTML link not working correctly
我正在尝试向我的网页添加链接。当我点击我页面上的 "Google" 时,我得到 "Safari can't find the file"。这是我的代码:
<html>
<head>
<style>
</style>
<title>
Hola!
</title>
</head>
<body>
<h2>
Hola!
</h2>
</br>
<h2>
<a href=“http://www.google.com/”>Google</a>
</h2>
</body>
</html>
确保 <a href=“http://www.google.com/”>Google</a>
中的双引号为 asci 格式。
我正在尝试向我的网页添加链接。当我点击我页面上的 "Google" 时,我得到 "Safari can't find the file"。这是我的代码:
<html>
<head>
<style>
</style>
<title>
Hola!
</title>
</head>
<body>
<h2>
Hola!
</h2>
</br>
<h2>
<a href=“http://www.google.com/”>Google</a>
</h2>
</body>
</html>
确保 <a href=“http://www.google.com/”>Google</a>
中的双引号为 asci 格式。