a标签没有闭合引起自动插入很多a标签的问题

Posted cowboybusy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了a标签没有闭合引起自动插入很多a标签的问题相关的知识,希望对你有一定的参考价值。

 

a标签中间没有内容的情况下,很容易忽略闭合

a标签一定要闭合,否则会在后面每个div后面插入同一个a标签

 

要以如下形式闭合:

<div class="v5-index-container3 v5-clearfix banner banner06" style="margin-bottom:15px;">
<div style="width:100%;height: 100%;">
<a href="https://engine.beerto.cn/index/activity?appKey=uuNX4GQ6Xoi9mNG2yZcz3eYBRf1&adslotId=193506" style=" width: 100%;height:100%;display:inline-block;"></a>
</div>
</div>
 
 

以上是关于a标签没有闭合引起自动插入很多a标签的问题的主要内容,如果未能解决你的问题,请参考以下文章

vscode img标签自动闭合问题

php 不写闭合标签

python学习-day14

自闭合标签-主动闭合标签-meta-link标签

HTML的a标签href属性指定相对路径与绝对路径的用法讲解

sublime text3中设置Emmet输入标签自动闭合