By default anchor links normally have dotted lines around them when becoming focused or active. I don’t like this at all and find that it could make your links or page in general look ugly.
How to remove it?
The best option would be to add the following code in your CSS reset file.
a {
outline: 0;}