We will use Cascading Style Sheets (CSS) to fix the problem.
a, a:active, a:focus{ outline: none; /* Works in Firefox, Chrome, IE8 and above */ }
You must be logged in to post a comment.