My website has an issue with anchor elements appearing too frequently and not in the desired location. I need someone to help fix this so there are only two anchors displayed.
After checking my code, it seems like there are not more than the specified number of anchor tags. I am unsure how to proceed.
<footer class="w3-container">
<p>Made with <a href="https://www.w3schools.com/w3css/default.asp">W3.CSS</a> || <a style="border-radius: 8px; height: 36px;" id="logout" class="w3-button w3-text-white w3-red" href="logout.php">Logout</button></p>
</footer>
Despite expecting only two anchor elements, I keep seeing at least three on my website. Unsure if this is a local issue or a problem within the program.