You're not closing the <span>
tag.
Any non-void elements has to be open and closed.
<p> <!--open p tag-->
<span style="color:#008000" class="has-inline-color"> <!--open span tag-->
<i class="fas fa-check"></i>
Websites & Apps
</span> <!--close span tag-->
</p> <!--close p tag-->
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…