Himas Rafeek
Posted on: 11 months ago
CSS

Catch links/ahref without a URL or with null src values using CSS


                                          a[href=”#”], a[href=”“] {
    background: #ff0;
}