79478706

Date: 2025-03-02 06:46:07
Score: 0.5
Natty:
Report link

force it with !important :

a {
  text-decoration: none !important;
}
<nav>
  <ul>
    <li><a href="index.html">Home</a></li>
    <li><a href="about.html">About</a></li>
    <li><a href="contact.html">Contact</a></li>
  </ul>
</nav>

or maybe the problem is that the CSS file isn't linked.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alireza Hedayati