1.

How to write CSS for all anchor tag which have href="#" link?

Answer»

a[HREF="#"] {
   COLOR:RED;
}

 



Discussion

No Comment Found