User Interface Designer Question:

Download Job Interview Questions and Answers PDF

How to eliminate the blue border around linked images on web page?

UI Designer Interview Question
UI Designer Interview Question

Answer:

This can be done by specifying the border property for linked images in your CSS as none:
For e.g.
a img { border: none ; }

However, this makes it difficult for the users to differentiate between the clickable and non-clickable images.

Download UI Designer Interview Questions And Answers PDF

Previous QuestionNext Question
What is Event Handling?Explain difference between DHTML and HTML?