试图在“a”之后写“div”标签,但每当我通过查看源代码检查这段代码时,它会自动替换为“span”。我正在使用 HTML5 并在 Firefox 42 中检查此代码。我已经在 html 验证器中检查了它。
<a href="services.php" class="list-group-item block-active"> Services
<div class="icon-parent">
<div class="default-block text-center other-bg block-active">
<span class="fa-stack fa-lg">
<i class="fa fa-code-fork fa-stack-1x"></i>
<i class="fa fa-wrench fa-stack-1x"></i>
</span>
</div>
</div>
</a>