Good night time guys, i’ve this problema. In my code dont have this …<a> however when i open my web site apear this “a” like a hyperlink, i would like delete this of my code however i can´t, what i want do? I tryed quite a bit o issues however nothing labored.
My code:
<footer id="footer">
<div class="container">
<h3>Daniel Ouro</h3>
<p>For extra data, contact me.</p>
<div class="social-links">
<a href="https://github.com/DanielOuro15" class="github"><i class="bx bxl-github"></i></a>
<a href="https://www.instagram.com/dan.ouro22" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/in/daniel-ouro-15176a1b8" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://discordapp.com/customers/SkelletonWhiter#5138" class="discord"><i class="bx bxl-discord"></i></a>
</div>
<div class="copyright">
© Copyright <robust><span>Daniel Ouro</span></robust>. All Rights Reserved
</div>
</div>
</footer>
Google Devtools:
<footer id="footer"><a>
</a><div class="container"><a>
<h3>Daniel Ouro</h3>
<p>For extra data, contact me.</p>
</a><div class="social-links">
<a category="__web-inspector-hide-shortcut__">
</a><a href="https://github.com/DanielOuro15" class="github"><i class="bx bxl-github"></i></a>
<a href="https://www.instagram.com/dan.ouro22" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/in/daniel-ouro-15176a1b8" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://discordapp.com/customers/SkelletonWhiter#5138" class="discord"><i class="bx bxl-discord"></i></a>
</div>
<div class="copyright">
© Copyright <robust><span>Daniel Ouro</span></robust>. All Rights Reserved
</div>
</div>
[Image showing my code and the hide item on google devtools][1]
[1]: https://i.stack.imgur.com/Jmn6Q.jpg