gpt4 book ai didi

html - 将联系页面链接到 HTML5 中的主页

转载 作者:行者123 更新时间:2023-11-28 15:05:10 25 4
gpt4 key购买 nike

我正在使用 Notepad++ 。我为我的联系我们页面创建了一个单独的工作表,名为“联系我们”,我需要将它链接到我的名为“冒险”的主页。所有文件都存储在同一个文件夹中。

我已经使用下面的代码成功地将我的 CSS 页面和同一工具栏中的另一个页面链接起来

<lINK href="style.css" rel="stylesheet" type="text/css">

<nav>
<a href="adventures.html"> Vietnam</a><br>
<a href="madagascar.html"> Madagascar</a><br>
<a href="Contact us.html"> Contact us </a><br>

</nav>

但它不适用于联系页面。

最佳答案

错误:

<a href="Contact us.html"> Contact us </a><br>

正确:

<a href="Contact-us.html"> Contact us </a><br>
  • 不要在联系人和我们之间添加任何空格。
  • 使其成为 Contactus.html 或 Contact_us.html 或 Contact-us.html。
  • 即使您可以添加空格,但这也不是一个好的编码习惯。

关于html - 将联系页面链接到 HTML5 中的主页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58691996/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com