gpt4 book ai didi

HTML CSS 在元素前放置一个未知的标签

转载 作者:行者123 更新时间:2023-11-28 17:06:07 25 4
gpt4 key购买 nike

我遇到了一个奇怪的问题。我在 jsfiddle 中准备了一个 html 页面,并在下面的方法中将相同的代码放在一个 html 中。

<html>
<style>
jsfiddle css
</style>
jsfiddle html code
</html>

我的 jsfiddle:jsfiddle

将其作为 test.html 并在 chrome 中打开。它在 jsfiddle 中显示完美,但在 div 中的第二项(“评论:”)之前显示一个额外的选项卡(或者可能是一些空格)。我无法弄清楚原因。请帮忙。

最佳答案

我建议您稍微改进一下代码,让字段按您希望的方式显示。

<div class="dtl">
<div>
<b>&nbsp;Name:</b><span class="input"><input class="inputtxt" type="text"></span>
</div>
<div style="clear:both;"></div>
<div>
<b>&nbsp;Comments:</b><span class="input"><input class="inputtxt" type="text"></span>
</div>
</div>

JSFiddle:JSFiddle

关于HTML CSS 在元素前放置一个未知的标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49461208/

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