gpt4 book ai didi

html - 在括号中,我的末端 是红色的,这似乎是什么原因造成的?什么是打开的?

转载 作者:行者123 更新时间:2023-12-04 09:43:47 26 4
gpt4 key购买 nike

<a href="Services.html">
<button type="button"class="btn">Book Now!</button>

<div id="contact">
<p> <b> Contact us: </b> CapitalExplorers@Wellington.com</p>
</div>
</body>
试图找出导致 </body> 的原因要红。我相信这与 <a href有关。部分但不确定。关于潜在修复的任何想法?

最佳答案

记得关闭你的标签:

<head>
...
</head>

您缺少第一个列表的结束标记。
<body>

<ul id="navigation">
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="Bookings.html">Bookings</a></li>
<li><a href="Services.html"> Services </a></li>
<li><a href="Index.html">Home</a></li>
</ul> <!-- Include here a closing tag -->
<a>标签也需要关闭。
    <a href="Services.html">
<button type="button"class="btn">Book Now!</button>
</a> <!-- For example, if you want the link only in the button (even if it is not a good practice) -->
<div id="contact">
<p><b>Contact us:</b> CapitalExplorers@Wellington.com</p>
</div>
</body>

关于html - 在括号中,我的末端 </body> 是红色的,这似乎是什么原因造成的?什么是打开的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62210737/

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